Html Css Color HEX #C55821 Christine

📋 copy color: '#C55821'

red 197 ◦ green 88 ◦ blue 33

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

Shades of Christine #C55821

Tints of Christine #C55821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.38%

R = 61.95%
G = 27.67%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#C55821 (or 0xC55821) is known color: Christine. HEX triplet: C5, 58 and 21. RGB value is (197,88,33). Sum of RGB (Red+Green+Blue) = 197+88+33=318 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.95% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 33 (13.28% from 255 or 10.38% from 318); Max value from RGB is 197 - color contains mainly: red. Hex color #C55821 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55821 is #3AA7DE. Grayscale: #727272. Windows color (decimal): -3844063 or 2185413. OLE color: 2185413.

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

Color convert

RGB 197 88 33 -
CMYK 0 0.55 0.83 0.23
HSL 20.12º 0.71% 0.45% -
HSV(B) 20.12º 0.83% 0.77% -
XYZ 26.79 18.96 3.69 -
YUV 114.32 82.11 186.97 -
System Red Green Blue C M Y K H S L
Decimal 197 88 33 0 0.55 0.83 0.23 20.12 0.71 0.45
Hex C5 58 21 0 37 53 17 14 47 2D
Octal 305 130 41 0 67 123 27 24 107 55
Binary 11000101 1011000 100001 0 110111 1010011 10111 10100 1000111 101101

Color Harmonies of #C55821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55821

Black with #C55821

Text Example


Text Example

White with #C55821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55821; }

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

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

background-color css

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

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

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

border-color css

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

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

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