Html Css Color HEX #CD6428 Chocolate

📋 copy color: '#CD6428'

red 205 ◦ green 100 ◦ blue 40

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

Shades of Chocolate #CD6428

Tints of Chocolate #CD6428

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.99%

 BLUE value IS 40 (16.02% from 255) = 11.59%

R = 59.42%
G = 28.99%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CD6428 (or 0xCD6428) is known color: Chocolate. HEX triplet: CD, 64 and 28. RGB value is (205,100,40). Sum of RGB (Red+Green+Blue) = 205+100+40=345 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.42% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 40 (16.02% from 255 or 11.59% from 345); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6428 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6428 is #329BD7. Grayscale: #7C7C7C. Windows color (decimal): -3316696 or 2647245. OLE color: 2647245.

HSL color Cylindrical-coordinate representation of color #CD6428: hue angle of 21.82º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD6428 is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 100 40 -
CMYK 0 0.51 0.80 0.20
HSL 21.82º 0.67% 0.48% -
HSV(B) 21.82º 0.8% 0.8% -
XYZ 30.12 22.25 4.71 -
YUV 124.56 80.29 185.38 -
System Red Green Blue C M Y K H S L
Decimal 205 100 40 0 0.51 0.80 0.20 21.82 0.67 0.48
Hex CD 64 28 0 33 50 14 16 43 30
Octal 315 144 50 0 63 120 24 26 103 60
Binary 11001101 1100100 101000 0 110011 1010000 10100 10110 1000011 110000

Color Harmonies of #CD6428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6428

Black with #CD6428

Text Example


Text Example

White with #CD6428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6428; }

 p { color: rgb(205,100,40); }

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

background-color css

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

 a { background-color: rgb(205,100,40); }

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

border-color css

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

 span { border-color: rgb(205,100,40); }

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