Html Css Color HEX #C55B2C Christine

📋 copy color: '#C55B2C'

red 197 ◦ green 91 ◦ blue 44

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

Shades of Christine #C55B2C

Tints of Christine #C55B2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.25%

R = 59.34%
G = 27.41%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C55B2C (or 0xC55B2C) is known color: Christine. HEX triplet: C5, 5B and 2C. RGB value is (197,91,44). Sum of RGB (Red+Green+Blue) = 197+91+44=332 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.34% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 44 (17.58% from 255 or 13.25% from 332); Max value from RGB is 197 - color contains mainly: red. Hex color #C55B2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55B2C is #3AA4D3. Grayscale: #757575. Windows color (decimal): -3843284 or 2907077. OLE color: 2907077.

HSL color Cylindrical-coordinate representation of color #C55B2C: hue angle of 18.43º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C55B2C is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 91 44 -
CMYK 0 0.54 0.78 0.23
HSL 18.43º 0.63% 0.47% -
HSV(B) 18.43º 0.78% 0.77% -
XYZ 27.22 19.53 4.72 -
YUV 117.34 86.62 184.82 -
System Red Green Blue C M Y K H S L
Decimal 197 91 44 0 0.54 0.78 0.23 18.43 0.63 0.47
Hex C5 5B 2C 0 36 4E 17 12 3F 2F
Octal 305 133 54 0 66 116 27 22 77 57
Binary 11000101 1011011 101100 0 110110 1001110 10111 10010 111111 101111

Color Harmonies of #C55B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55B2C

Black with #C55B2C

Text Example


Text Example

White with #C55B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55B2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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