Html Css Color HEX #C35720 Christine

📋 copy color: '#C35720'

red 195 ◦ green 87 ◦ blue 32

#C35720
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christine #C35720

Tints of Christine #C35720

RGB

 RED value IS 195 (76.56% from 255) = 62.1%

 GREEN value IS 87 (34.38% from 255) = 27.71%

 BLUE value IS 32 (12.89% from 255) = 10.19%

R = 62.1%
G = 27.71%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C35720 (or 0xC35720) is known color: Christine. HEX triplet: C3, 57 and 20. RGB value is (195,87,32). Sum of RGB (Red+Green+Blue) = 195+87+32=314 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.10% from 314); Green value is 87 (34.38% from 255 or 27.71% from 314); Blue value is 32 (12.89% from 255 or 10.19% from 314); Max value from RGB is 195 - color contains mainly: red. Hex color #C35720 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35720 is #3CA8DF. Grayscale: #717171. Windows color (decimal): -3975392 or 2119619. OLE color: 2119619.

HSL color Cylindrical-coordinate representation of color #C35720: hue angle of 20.25º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C35720 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 87 32 -
CMYK 0 0.55 0.84 0.24
HSL 20.25º 0.72% 0.45% -
HSV(B) 20.25º 0.84% 0.76% -
XYZ 26.17 18.52 3.56 -
YUV 113.02 82.28 186.47 -
System Red Green Blue C M Y K H S L
Decimal 195 87 32 0 0.55 0.84 0.24 20.25 0.72 0.45
Hex C3 57 20 0 37 54 18 14 48 2D
Octal 303 127 40 0 67 124 30 24 110 55
Binary 11000011 1010111 100000 0 110111 1010100 11000 10100 1001000 101101

Color Harmonies of #C35720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35720

Black with #C35720

Text Example


Text Example

White with #C35720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35720; }

 p { color: rgb(195,87,32); }

 H1.HeaderClassName
 {
   color: #C35720;
 }
 .AnyTagClassName
 {
   color: #C35720;
 }
</style>

background-color css

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

 a { background-color: rgb(195,87,32); }

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

border-color css

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

 span { border-color: rgb(195,87,32); }

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