#c35d27

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

Shades of Christine #C35D27

Tints of Christine #C35D27

Color information

#C35D27 (or 0xC35D27) is unknown color: approx Christine. HEX triplet: C3, 5D and 27. RGB value is (195,93,39). Sum of RGB (Red+Green+Blue) = 195+93+39=327 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.63% from 327); Green value is 93 (36.72% from 255 or 28.44% from 327); Blue value is 39 (15.62% from 255 or 11.93% from 327); Max value from RGB is 195 - color contains mainly: red. Hex color #C35D27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35D27 is #3CA2D8. Grayscale: #757575. Windows color (decimal): -3973849 or 2579907. OLE color: 2579907.

HSL color Cylindrical-coordinate representation of color #C35D27: hue angle of 20.77º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C35D27 is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB1959339-
CMYK00.520.800.24
HSL20.77º66.67%45.88%-
HSV(B)20.77º80%76.47%-
XYZ26.7919.584.29-
YUV117.3483.79183.39-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 59.63%
GREEN value IS 93 (36.72% from 255) = 28.44%
BLUE value IS 39 (15.62% from 255) = 11.93%
R=59.63%
G=28.44%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195933900.520.800.2420.7766.6745.88
HexC35D27034501815432e
Octal30313547064120302510356
Binary1100001110111011001110110100101000011000101011000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c35d27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c35d27; }

 p { color: rgb(195,93,39); }

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

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

 a { background-color: rgb(195,93,39); }

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

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

 span { border-color: rgb(195,93,39); }

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