Html Css Color HEX #C55B23 Christine

📋 copy color: '#C55B23'

red 197 ◦ green 91 ◦ blue 35

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

Shades of Christine #C55B23

Tints of Christine #C55B23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.84%

R = 60.99%
G = 28.17%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C55B23 (or 0xC55B23) is known color: Christine. HEX triplet: C5, 5B and 23. RGB value is (197,91,35). Sum of RGB (Red+Green+Blue) = 197+91+35=323 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.99% from 323); Green value is 91 (35.94% from 255 or 28.17% from 323); Blue value is 35 (14.06% from 255 or 10.84% from 323); Max value from RGB is 197 - color contains mainly: red. Hex color #C55B23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55B23 is #3AA4DC. Grayscale: #747474. Windows color (decimal): -3843293 or 2317253. OLE color: 2317253.

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

Color convert

RGB 197 91 35 -
CMYK 0 0.54 0.82 0.23
HSL 20.74º 0.7% 0.45% -
HSV(B) 20.74º 0.82% 0.77% -
XYZ 27.07 19.47 3.92 -
YUV 116.31 82.12 185.55 -
System Red Green Blue C M Y K H S L
Decimal 197 91 35 0 0.54 0.82 0.23 20.74 0.7 0.45
Hex C5 5B 23 0 36 52 17 15 46 2D
Octal 305 133 43 0 66 122 27 25 106 55
Binary 11000101 1011011 100011 0 110110 1010010 10111 10101 1000110 101101

Color Harmonies of #C55B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55B23

Black with #C55B23

Text Example


Text Example

White with #C55B23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55B23; }

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

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

background-color css

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

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

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

border-color css

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

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

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