Html Css Color HEX #C55A20 Christine

📋 copy color: '#C55A20'

red 197 ◦ green 90 ◦ blue 32

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

Shades of Christine #C55A20

Tints of Christine #C55A20

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.21%

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

R = 61.76%
G = 28.21%
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

#C55A20 (or 0xC55A20) is known color: Christine. HEX triplet: C5, 5A and 20. RGB value is (197,90,32). Sum of RGB (Red+Green+Blue) = 197+90+32=319 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.76% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 32 (12.89% from 255 or 10.03% from 319); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55A20 is #3AA5DF. Grayscale: #737373. Windows color (decimal): -3843552 or 2120389. OLE color: 2120389.

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

Color convert

RGB 197 90 32 -
CMYK 0 0.54 0.84 0.23
HSL 21.09º 0.72% 0.45% -
HSV(B) 21.09º 0.84% 0.77% -
XYZ 26.94 19.29 3.67 -
YUV 115.38 80.95 186.22 -
System Red Green Blue C M Y K H S L
Decimal 197 90 32 0 0.54 0.84 0.23 21.09 0.72 0.45
Hex C5 5A 20 0 36 54 17 15 48 2D
Octal 305 132 40 0 66 124 27 25 110 55
Binary 11000101 1011010 100000 0 110110 1010100 10111 10101 1001000 101101

Color Harmonies of #C55A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55A20

Black with #C55A20

Text Example


Text Example

White with #C55A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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