Html Css Color HEX #C55822 Christine

📋 copy color: '#C55822'

red 197 ◦ green 88 ◦ blue 34

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

Shades of Christine #C55822

Tints of Christine #C55822

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.66%

R = 61.76%
G = 27.59%
B = 10.66%

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

#C55822 (or 0xC55822) is known color: Christine. HEX triplet: C5, 58 and 22. RGB value is (197,88,34). Sum of RGB (Red+Green+Blue) = 197+88+34=319 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.76% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 34 (13.67% from 255 or 10.66% from 319); Max value from RGB is 197 - color contains mainly: red. Hex color #C55822 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55822 is #3AA7DD. Grayscale: #727272. Windows color (decimal): -3844062 or 2250949. OLE color: 2250949.

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

Color convert

RGB 197 88 34 -
CMYK 0 0.55 0.83 0.23
HSL 19.88º 0.71% 0.45% -
HSV(B) 19.88º 0.83% 0.77% -
XYZ 26.8 18.97 3.76 -
YUV 114.44 82.61 186.89 -
System Red Green Blue C M Y K H S L
Decimal 197 88 34 0 0.55 0.83 0.23 19.88 0.71 0.45
Hex C5 58 22 0 37 53 17 14 47 2D
Octal 305 130 42 0 67 123 27 24 107 55
Binary 11000101 1011000 100010 0 110111 1010011 10111 10100 1000111 101101

Color Harmonies of #C55822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55822

Black with #C55822

Text Example


Text Example

White with #C55822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55822; }

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

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

background-color css

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

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

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

border-color css

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

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

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