Html Css Color HEX #CD581C Chocolate

📋 copy color: '#CD581C'

red 205 ◦ green 88 ◦ blue 28

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

Shades of Chocolate #CD581C

Tints of Chocolate #CD581C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.41%

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

R = 63.86%
G = 27.41%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CD581C (or 0xCD581C) is known color: Chocolate. HEX triplet: CD, 58 and 1C. RGB value is (205,88,28). Sum of RGB (Red+Green+Blue) = 205+88+28=321 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.86% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 28 (11.33% from 255 or 8.72% from 321); Max value from RGB is 205 - color contains mainly: red. Hex color #CD581C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD581C is #32A7E3. Grayscale: #747474. Windows color (decimal): -3319780 or 1857741. OLE color: 1857741.

HSL color Cylindrical-coordinate representation of color #CD581C: hue angle of 20.34º 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 #CD581C is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 88 28 -
CMYK 0 0.57 0.86 0.20
HSL 20.34º 0.76% 0.46% -
HSV(B) 20.34º 0.86% 0.8% -
XYZ 28.88 20.04 3.45 -
YUV 116.14 78.26 191.38 -
System Red Green Blue C M Y K H S L
Decimal 205 88 28 0 0.57 0.86 0.20 20.34 0.76 0.46
Hex CD 58 1C 0 39 56 14 14 4C 2E
Octal 315 130 34 0 71 126 24 24 114 56
Binary 11001101 1011000 11100 0 111001 1010110 10100 10100 1001100 101110

Color Harmonies of #CD581C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD581C

Black with #CD581C

Text Example


Text Example

White with #CD581C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD581C; }

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

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

background-color css

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

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

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

border-color css

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

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

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