Html Css Color HEX #C55A23 Christine

📋 copy color: '#C55A23'

red 197 ◦ green 90 ◦ blue 35

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

Shades of Christine #C55A23

Tints of Christine #C55A23

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.95%

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

R = 61.18%
G = 27.95%
B = 10.87%

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

#C55A23 (or 0xC55A23) is known color: Christine. HEX triplet: C5, 5A and 23. RGB value is (197,90,35). Sum of RGB (Red+Green+Blue) = 197+90+35=322 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.18% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 35 (14.06% from 255 or 10.87% from 322); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55A23 is #3AA5DC. Grayscale: #747474. Windows color (decimal): -3843549 or 2316997. OLE color: 2316997.

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

Color convert

RGB 197 90 35 -
CMYK 0 0.54 0.82 0.23
HSL 20.37º 0.7% 0.45% -
HSV(B) 20.37º 0.82% 0.77% -
XYZ 26.99 19.3 3.89 -
YUV 115.72 82.45 185.97 -
System Red Green Blue C M Y K H S L
Decimal 197 90 35 0 0.54 0.82 0.23 20.37 0.7 0.45
Hex C5 5A 23 0 36 52 17 14 46 2D
Octal 305 132 43 0 66 122 27 24 106 55
Binary 11000101 1011010 100011 0 110110 1010010 10111 10100 1000110 101101

Color Harmonies of #C55A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55A23

Black with #C55A23

Text Example


Text Example

White with #C55A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55A23; }

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

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

background-color css

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

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

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

border-color css

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

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

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