Html Css Color HEX #C45520 Christine

📋 copy color: '#C45520'

red 196 ◦ green 85 ◦ blue 32

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

Shades of Christine #C45520

Tints of Christine #C45520

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.16%

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

R = 62.62%
G = 27.16%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C45520 (or 0xC45520) is known color: Christine. HEX triplet: C4, 55 and 20. RGB value is (196,85,32). Sum of RGB (Red+Green+Blue) = 196+85+32=313 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.62% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 32 (12.89% from 255 or 10.22% from 313); Max value from RGB is 196 - color contains mainly: red. Hex color #C45520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45520 is #3BAADF. Grayscale: #707070. Windows color (decimal): -3910368 or 2119108. OLE color: 2119108.

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

Color convert

RGB 196 85 32 -
CMYK 0 0.57 0.84 0.23
HSL 19.39º 0.72% 0.45% -
HSV(B) 19.39º 0.84% 0.77% -
XYZ 26.27 18.34 3.52 -
YUV 112.15 82.77 187.81 -
System Red Green Blue C M Y K H S L
Decimal 196 85 32 0 0.57 0.84 0.23 19.39 0.72 0.45
Hex C4 55 20 0 39 54 17 13 48 2D
Octal 304 125 40 0 71 124 27 23 110 55
Binary 11000100 1010101 100000 0 111001 1010100 10111 10011 1001000 101101

Color Harmonies of #C45520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45520

Black with #C45520

Text Example


Text Example

White with #C45520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45520; }

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

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

background-color css

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

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

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

border-color css

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

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

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