Html Css Color HEX #C56231 Christine

📋 copy color: '#C56231'

red 197 ◦ green 98 ◦ blue 49

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

Shades of Christine #C56231

Tints of Christine #C56231

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.49%

 BLUE value IS 49 (19.53% from 255) = 14.24%

R = 57.27%
G = 28.49%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C56231 (or 0xC56231) is known color: Christine. HEX triplet: C5, 62 and 31. RGB value is (197,98,49). Sum of RGB (Red+Green+Blue) = 197+98+49=344 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.27% from 344); Green value is 98 (38.67% from 255 or 28.49% from 344); Blue value is 49 (19.53% from 255 or 14.24% from 344); Max value from RGB is 197 - color contains mainly: red. Hex color #C56231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56231 is #3A9DCE. Grayscale: #7A7A7A. Windows color (decimal): -3841487 or 3236549. OLE color: 3236549.

HSL color Cylindrical-coordinate representation of color #C56231: hue angle of 19.86º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C56231 is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 98 49 -
CMYK 0 0.50 0.75 0.23
HSL 19.86º 0.6% 0.48% -
HSV(B) 19.86º 0.75% 0.77% -
XYZ 27.95 20.83 5.45 -
YUV 122.02 86.8 181.48 -
System Red Green Blue C M Y K H S L
Decimal 197 98 49 0 0.50 0.75 0.23 19.86 0.6 0.48
Hex C5 62 31 0 32 4B 17 14 3C 30
Octal 305 142 61 0 62 113 27 24 74 60
Binary 11000101 1100010 110001 0 110010 1001011 10111 10100 111100 110000

Color Harmonies of #C56231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56231

Black with #C56231

Text Example


Text Example

White with #C56231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56231; }

 p { color: rgb(197,98,49); }

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

background-color css

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

 a { background-color: rgb(197,98,49); }

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

border-color css

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

 span { border-color: rgb(197,98,49); }

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