#C2551D

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

Shades of Christine #C2551D

Tints of Christine #C2551D

Color information

#C2551D (or 0xC2551D) is unknown color: approx Christine. HEX triplet: C2, 55 and 1D. RGB value is (194,85,29). Sum of RGB (Red+Green+Blue) = 194+85+29=308 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.99% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 29 (11.72% from 255 or 9.42% from 308); Max value from RGB is 194 - color contains mainly: red. Hex color #C2551D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2551D is #3DAAE2. Grayscale: #6F6F6F. Windows color (decimal): -4041443 or 1922498. OLE color: 1922498.

HSL color Cylindrical-coordinate representation of color #C2551D: hue angle of 20.36º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C2551D is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB1948529-
CMYK00.560.850.24
HSL20.36º73.99%43.73%-
HSV(B)20.36º85.05%76.08%-
XYZ25.7218.063.29-
YUV111.2181.61187.05-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 62.99%
GREEN value IS 85 (33.59% from 255) = 27.60%
BLUE value IS 29 (11.72% from 255) = 9.42%
R=62.99%
G=27.60%
B=9.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194852900.560.850.2420.3673.9943.73
HexC2551D0385518144a2c
Octal30212535070125302411254
Binary110000101010101111010111000101010111000101001001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2551D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2551D; }

 p { color: rgb(194,85,29); }

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

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

 a { background-color: rgb(194,85,29); }

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

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

 span { border-color: rgb(194,85,29); }

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