Html Css Color HEX #C56E2A Christine

📋 copy color: '#C56E2A'

red 197 ◦ green 110 ◦ blue 42

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

Shades of Christine #C56E2A

Tints of Christine #C56E2A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.52%

 BLUE value IS 42 (16.8% from 255) = 12.03%

R = 56.45%
G = 31.52%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C56E2A (or 0xC56E2A) is known color: Christine. HEX triplet: C5, 6E and 2A. RGB value is (197,110,42). Sum of RGB (Red+Green+Blue) = 197+110+42=349 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.45% from 349); Green value is 110 (43.36% from 255 or 31.52% from 349); Blue value is 42 (16.80% from 255 or 12.03% from 349); Max value from RGB is 197 - color contains mainly: red. Hex color #C56E2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56E2A is #3A91D5. Grayscale: #808080. Windows color (decimal): -3838422 or 2780869. OLE color: 2780869.

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

Color convert

RGB 197 110 42 -
CMYK 0 0.44 0.79 0.23
HSL 26.32º 0.65% 0.47% -
HSV(B) 26.32º 0.79% 0.77% -
XYZ 29.02 23.19 5.14 -
YUV 128.26 79.32 177.03 -
System Red Green Blue C M Y K H S L
Decimal 197 110 42 0 0.44 0.79 0.23 26.32 0.65 0.47
Hex C5 6E 2A 0 2C 4F 17 1A 41 2F
Octal 305 156 52 0 54 117 27 32 101 57
Binary 11000101 1101110 101010 0 101100 1001111 10111 11010 1000001 101111

Color Harmonies of #C56E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56E2A

Black with #C56E2A

Text Example


Text Example

White with #C56E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56E2A; }

 p { color: rgb(197,110,42); }

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

background-color css

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

 a { background-color: rgb(197,110,42); }

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

border-color css

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

 span { border-color: rgb(197,110,42); }

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