Html Css Color HEX #C36132 Christine

📋 copy color: '#C36132'

red 195 ◦ green 97 ◦ blue 50

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

Shades of Christine #C36132

Tints of Christine #C36132

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.36%

 BLUE value IS 50 (19.92% from 255) = 14.62%

R = 57.02%
G = 28.36%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C36132 (or 0xC36132) is known color: Christine. HEX triplet: C3, 61 and 32. RGB value is (195,97,50). Sum of RGB (Red+Green+Blue) = 195+97+50=342 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.02% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 50 (19.92% from 255 or 14.62% from 342); Max value from RGB is 195 - color contains mainly: red. Hex color #C36132 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36132 is #3C9ECD. Grayscale: #797979. Windows color (decimal): -3972814 or 3301827. OLE color: 3301827.

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

Color convert

RGB 195 97 50 -
CMYK 0 0.50 0.74 0.24
HSL 19.45º 0.59% 0.48% -
HSV(B) 19.45º 0.74% 0.76% -
XYZ 27.36 20.38 5.51 -
YUV 120.94 87.97 180.82 -
System Red Green Blue C M Y K H S L
Decimal 195 97 50 0 0.50 0.74 0.24 19.45 0.59 0.48
Hex C3 61 32 0 32 4A 18 13 3B 30
Octal 303 141 62 0 62 112 30 23 73 60
Binary 11000011 1100001 110010 0 110010 1001010 11000 10011 111011 110000

Color Harmonies of #C36132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36132

Black with #C36132

Text Example


Text Example

White with #C36132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36132; }

 p { color: rgb(195,97,50); }

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

background-color css

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

 a { background-color: rgb(195,97,50); }

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

border-color css

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

 span { border-color: rgb(195,97,50); }

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