Html Css Color HEX #C45D20 Christine

📋 copy color: '#C45D20'

red 196 ◦ green 93 ◦ blue 32

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

Shades of Christine #C45D20

Tints of Christine #C45D20

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.97%

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

R = 61.06%
G = 28.97%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C45D20 (or 0xC45D20) is known color: Christine. HEX triplet: C4, 5D and 20. RGB value is (196,93,32). Sum of RGB (Red+Green+Blue) = 196+93+32=321 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.06% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 32 (12.89% from 255 or 9.97% from 321); Max value from RGB is 196 - color contains mainly: red. Hex color #C45D20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45D20 is #3BA2DF. Grayscale: #757575. Windows color (decimal): -3908320 or 2121156. OLE color: 2121156.

HSL color Cylindrical-coordinate representation of color #C45D20: hue angle of 22.32º 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 #C45D20 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 93 32 -
CMYK 0 0.53 0.84 0.23
HSL 22.32º 0.72% 0.45% -
HSV(B) 22.32º 0.84% 0.77% -
XYZ 26.94 19.67 3.74 -
YUV 116.84 80.12 184.46 -
System Red Green Blue C M Y K H S L
Decimal 196 93 32 0 0.53 0.84 0.23 22.32 0.72 0.45
Hex C4 5D 20 0 35 54 17 16 48 2D
Octal 304 135 40 0 65 124 27 26 110 55
Binary 11000100 1011101 100000 0 110101 1010100 10111 10110 1001000 101101

Color Harmonies of #C45D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45D20

Black with #C45D20

Text Example


Text Example

White with #C45D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45D20; }

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

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

background-color css

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

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

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

border-color css

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

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

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