Html Css Color HEX #C45B20 Christine

📋 copy color: '#C45B20'

red 196 ◦ green 91 ◦ blue 32

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

Shades of Christine #C45B20

Tints of Christine #C45B20

RGB

 RED value IS 196 (76.95% from 255) = 61.44%

 GREEN value IS 91 (35.94% from 255) = 28.53%

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

R = 61.44%
G = 28.53%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C45B20 (or 0xC45B20) is known color: Christine. HEX triplet: C4, 5B and 20. RGB value is (196,91,32). Sum of RGB (Red+Green+Blue) = 196+91+32=319 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.44% from 319); Green value is 91 (35.94% from 255 or 28.53% from 319); Blue value is 32 (12.89% from 255 or 10.03% from 319); Max value from RGB is 196 - color contains mainly: red. Hex color #C45B20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45B20 is #3BA4DF. Grayscale: #747474. Windows color (decimal): -3908832 or 2120644. OLE color: 2120644.

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

Color convert

RGB 196 91 32 -
CMYK 0 0.54 0.84 0.23
HSL 21.59º 0.72% 0.45% -
HSV(B) 21.59º 0.84% 0.77% -
XYZ 26.77 19.32 3.69 -
YUV 115.67 80.79 185.3 -
System Red Green Blue C M Y K H S L
Decimal 196 91 32 0 0.54 0.84 0.23 21.59 0.72 0.45
Hex C4 5B 20 0 36 54 17 16 48 2D
Octal 304 133 40 0 66 124 27 26 110 55
Binary 11000100 1011011 100000 0 110110 1010100 10111 10110 1001000 101101

Color Harmonies of #C45B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45B20

Black with #C45B20

Text Example


Text Example

White with #C45B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45B20; }

 p { color: rgb(196,91,32); }

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

background-color css

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

 a { background-color: rgb(196,91,32); }

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

border-color css

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

 span { border-color: rgb(196,91,32); }

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