Html Css Color HEX #C55828 Christine

📋 copy color: '#C55828'

red 197 ◦ green 88 ◦ blue 40

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

Shades of Christine #C55828

Tints of Christine #C55828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.31%

R = 60.62%
G = 27.08%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C55828 (or 0xC55828) is known color: Christine. HEX triplet: C5, 58 and 28. RGB value is (197,88,40). Sum of RGB (Red+Green+Blue) = 197+88+40=325 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.62% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 40 (16.02% from 255 or 12.31% from 325); Max value from RGB is 197 - color contains mainly: red. Hex color #C55828 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55828 is #3AA7D7. Grayscale: #737373. Windows color (decimal): -3844056 or 2644165. OLE color: 2644165.

HSL color Cylindrical-coordinate representation of color #C55828: hue angle of 18.34º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C55828 is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 88 40 -
CMYK 0 0.55 0.80 0.23
HSL 18.34º 0.66% 0.46% -
HSV(B) 18.34º 0.8% 0.77% -
XYZ 26.9 19 4.26 -
YUV 115.12 85.61 186.4 -
System Red Green Blue C M Y K H S L
Decimal 197 88 40 0 0.55 0.80 0.23 18.34 0.66 0.46
Hex C5 58 28 0 37 50 17 12 42 2E
Octal 305 130 50 0 67 120 27 22 102 56
Binary 11000101 1011000 101000 0 110111 1010000 10111 10010 1000010 101110

Color Harmonies of #C55828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55828

Black with #C55828

Text Example


Text Example

White with #C55828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55828; }

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

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

background-color css

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

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

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

border-color css

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

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

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