#C75D2B

Color #C75D2B Christine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christine #C75D2B

Tints of Christine #C75D2B

Color information

#C75D2B (or 0xC75D2B) is unknown color: approx Christine. HEX triplet: C7, 5D and 2B. RGB value is (199,93,43). Sum of RGB (Red+Green+Blue) = 199+93+43=335 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.40% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 43 (17.19% from 255 or 12.84% from 335); Max value from RGB is 199 - color contains mainly: red. Hex color #C75D2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75D2B is #38A2D4. Grayscale: #777777. Windows color (decimal): -3711701 or 2842055. OLE color: 2842055.

HSL color Cylindrical-coordinate representation of color #C75D2B: hue angle of 19.23º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C75D2B is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB1999343-
CMYK00.530.780.22
HSL19.23º64.46%47.45%-
HSV(B)19.23º78.39%78.04%-
XYZ27.920.154.7-
YUV118.9985.12185.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 199 (78.12% from 255) = 59.40%
GREEN value IS 93 (36.72% from 255) = 27.76%
BLUE value IS 43 (17.19% from 255) = 12.84%
R=59.40%
G=27.76%
B=12.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199934300.530.780.2219.2364.4647.45
HexC75D2B0354E1613402f
Octal30713553065116262310057
Binary1100011110111011010110110101100111010110100111000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75D2B; }

 p { color: rgb(199,93,43); }

 H1.HeaderClassName
 {
   color: #C75D2B;
 }
 .AnyTagClassName
 {
   color: #C75D2B;
 }
</style>
background-color css

<style>
 a { background-color: #C75D2B; }

 a { background-color: rgb(199,93,43); }

 div.DivClassName
 {
   background-color: #C75D2B;
 }
 .BgClassName
 {
   background-color: #C75D2B;
 }
</style>
border-color css

<style>
 span { border-color: #C75D2B; }

 span { border-color: rgb(199,93,43); }

 td.TdClassName
 {
   border-color: #C75D2B;
 }
 .TagClassName
 {
   border-color: #C75D2B;
 }
</style>