Html Css Color HEX #C56020 Christine

📋 copy color: '#C56020'

red 197 ◦ green 96 ◦ blue 32

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

Shades of Christine #C56020

Tints of Christine #C56020

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.54%

 BLUE value IS 32 (12.89% from 255) = 9.85%

R = 60.62%
G = 29.54%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C56020 (or 0xC56020) is known color: Christine. HEX triplet: C5, 60 and 20. RGB value is (197,96,32). Sum of RGB (Red+Green+Blue) = 197+96+32=325 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.62% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 32 (12.89% from 255 or 9.85% from 325); Max value from RGB is 197 - color contains mainly: red. Hex color #C56020 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56020 is #3A9FDF. Grayscale: #777777. Windows color (decimal): -3842016 or 2121925. OLE color: 2121925.

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

Color convert

RGB 197 96 32 -
CMYK 0 0.51 0.84 0.23
HSL 23.27º 0.72% 0.45% -
HSV(B) 23.27º 0.84% 0.77% -
XYZ 27.47 20.34 3.84 -
YUV 118.9 78.96 183.7 -
System Red Green Blue C M Y K H S L
Decimal 197 96 32 0 0.51 0.84 0.23 23.27 0.72 0.45
Hex C5 60 20 0 33 54 17 17 48 2D
Octal 305 140 40 0 63 124 27 27 110 55
Binary 11000101 1100000 100000 0 110011 1010100 10111 10111 1001000 101101

Color Harmonies of #C56020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56020

Black with #C56020

Text Example


Text Example

White with #C56020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56020; }

 p { color: rgb(197,96,32); }

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

background-color css

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

 a { background-color: rgb(197,96,32); }

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

border-color css

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

 span { border-color: rgb(197,96,32); }

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