Html Css Color HEX #C55B28 Christine

📋 copy color: '#C55B28'

red 197 ◦ green 91 ◦ blue 40

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

Shades of Christine #C55B28

Tints of Christine #C55B28

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.74%

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

R = 60.06%
G = 27.74%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C55B28 (or 0xC55B28) is known color: Christine. HEX triplet: C5, 5B and 28. RGB value is (197,91,40). Sum of RGB (Red+Green+Blue) = 197+91+40=328 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.06% from 328); Green value is 91 (35.94% from 255 or 27.74% from 328); Blue value is 40 (16.02% from 255 or 12.20% from 328); Max value from RGB is 197 - color contains mainly: red. Hex color #C55B28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55B28 is #3AA4D7. Grayscale: #757575. Windows color (decimal): -3843288 or 2644933. OLE color: 2644933.

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

Color convert

RGB 197 91 40 -
CMYK 0 0.54 0.80 0.23
HSL 19.49º 0.66% 0.46% -
HSV(B) 19.49º 0.8% 0.77% -
XYZ 27.15 19.51 4.34 -
YUV 116.88 84.62 185.15 -
System Red Green Blue C M Y K H S L
Decimal 197 91 40 0 0.54 0.80 0.23 19.49 0.66 0.46
Hex C5 5B 28 0 36 50 17 13 42 2E
Octal 305 133 50 0 66 120 27 23 102 56
Binary 11000101 1011011 101000 0 110110 1010000 10111 10011 1000010 101110

Color Harmonies of #C55B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55B28

Black with #C55B28

Text Example


Text Example

White with #C55B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55B28; }

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

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

background-color css

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

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

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

border-color css

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

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

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