#c35f27

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

Shades of Christine #C35F27

Tints of Christine #C35F27

Color information

#C35F27 (or 0xC35F27) is unknown color: approx Christine. HEX triplet: C3, 5F and 27. RGB value is (195,95,39). Sum of RGB (Red+Green+Blue) = 195+95+39=329 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.27% from 329); Green value is 95 (37.5% from 255 or 28.88% from 329); Blue value is 39 (15.62% from 255 or 11.85% from 329); Max value from RGB is 195 - color contains mainly: red. Hex color #C35F27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35F27 is #3CA0D8. Grayscale: #767676. Windows color (decimal): -3973337 or 2580419. OLE color: 2580419.

HSL color Cylindrical-coordinate representation of color #C35F27: hue angle of 21.54º 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 #C35F27 is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB1959539-
CMYK00.510.800.24
HSL21.54º66.67%45.88%-
HSV(B)21.54º80%76.47%-
XYZ26.9619.934.35-
YUV118.5283.13182.55-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 59.27%
GREEN value IS 95 (37.5% from 255) = 28.88%
BLUE value IS 39 (15.62% from 255) = 11.85%
R=59.27%
G=28.88%
B=11.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195953900.510.800.2421.5466.6745.88
HexC35F27033501816432e
Octal30313747063120302610356
Binary1100001110111111001110110011101000011000101101000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c35f27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c35f27; }

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

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

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

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

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

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

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

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