Html Css Color HEX #C55820 Christine

📋 copy color: '#C55820'

red 197 ◦ green 88 ◦ blue 32

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

Shades of Christine #C55820

Tints of Christine #C55820

RGB

 RED value IS 197 (77.34% from 255) = 62.15%

 GREEN value IS 88 (34.77% from 255) = 27.76%

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

R = 62.15%
G = 27.76%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C55820 (or 0xC55820) is known color: Christine. HEX triplet: C5, 58 and 20. RGB value is (197,88,32). Sum of RGB (Red+Green+Blue) = 197+88+32=317 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.15% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 32 (12.89% from 255 or 10.09% from 317); Max value from RGB is 197 - color contains mainly: red. Hex color #C55820 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55820 is #3AA7DF. Grayscale: #727272. Windows color (decimal): -3844064 or 2119877. OLE color: 2119877.

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

Color convert

RGB 197 88 32 -
CMYK 0 0.55 0.84 0.23
HSL 20.36º 0.72% 0.45% -
HSV(B) 20.36º 0.84% 0.77% -
XYZ 26.78 18.95 3.61 -
YUV 114.21 81.61 187.05 -
System Red Green Blue C M Y K H S L
Decimal 197 88 32 0 0.55 0.84 0.23 20.36 0.72 0.45
Hex C5 58 20 0 37 54 17 14 48 2D
Octal 305 130 40 0 67 124 27 24 110 55
Binary 11000101 1011000 100000 0 110111 1010100 10111 10100 1001000 101101

Color Harmonies of #C55820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55820

Black with #C55820

Text Example


Text Example

White with #C55820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55820; }

 p { color: rgb(197,88,32); }

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

background-color css

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

 a { background-color: rgb(197,88,32); }

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

border-color css

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

 span { border-color: rgb(197,88,32); }

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