Html Css Color HEX #CD561C Chocolate

📋 copy color: '#CD561C'

red 205 ◦ green 86 ◦ blue 28

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

Shades of Chocolate #CD561C

Tints of Chocolate #CD561C

RGB

 RED value IS 205 (80.47% from 255) = 64.26%

 GREEN value IS 86 (33.98% from 255) = 26.96%

 BLUE value IS 28 (11.33% from 255) = 8.78%

R = 64.26%
G = 26.96%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CD561C (or 0xCD561C) is known color: Chocolate. HEX triplet: CD, 56 and 1C. RGB value is (205,86,28). Sum of RGB (Red+Green+Blue) = 205+86+28=319 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.26% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 28 (11.33% from 255 or 8.78% from 319); Max value from RGB is 205 - color contains mainly: red. Hex color #CD561C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD561C is #32A9E3. Grayscale: #737373. Windows color (decimal): -3320292 or 1857229. OLE color: 1857229.

HSL color Cylindrical-coordinate representation of color #CD561C: hue angle of 19.66º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CD561C is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 86 28 -
CMYK 0 0.58 0.86 0.20
HSL 19.66º 0.76% 0.46% -
HSV(B) 19.66º 0.86% 0.8% -
XYZ 28.71 19.72 3.39 -
YUV 114.97 78.92 192.22 -
System Red Green Blue C M Y K H S L
Decimal 205 86 28 0 0.58 0.86 0.20 19.66 0.76 0.46
Hex CD 56 1C 0 3A 56 14 14 4C 2E
Octal 315 126 34 0 72 126 24 24 114 56
Binary 11001101 1010110 11100 0 111010 1010110 10100 10100 1001100 101110

Color Harmonies of #CD561C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD561C

Black with #CD561C

Text Example


Text Example

White with #CD561C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD561C; }

 p { color: rgb(205,86,28); }

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

background-color css

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

 a { background-color: rgb(205,86,28); }

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

border-color css

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

 span { border-color: rgb(205,86,28); }

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