Html Css Color HEX #CD6426 Chocolate

📋 copy color: '#CD6426'

red 205 ◦ green 100 ◦ blue 38

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

Shades of Chocolate #CD6426

Tints of Chocolate #CD6426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.08%

R = 59.77%
G = 29.15%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CD6426 (or 0xCD6426) is known color: Chocolate. HEX triplet: CD, 64 and 26. RGB value is (205,100,38). Sum of RGB (Red+Green+Blue) = 205+100+38=343 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.77% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 38 (15.23% from 255 or 11.08% from 343); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6426 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6426 is #329BD9. Grayscale: #7C7C7C. Windows color (decimal): -3316698 or 2516173. OLE color: 2516173.

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

Color convert

RGB 205 100 38 -
CMYK 0 0.51 0.81 0.20
HSL 22.28º 0.69% 0.48% -
HSV(B) 22.28º 0.81% 0.8% -
XYZ 30.08 22.23 4.54 -
YUV 124.33 79.29 185.54 -
System Red Green Blue C M Y K H S L
Decimal 205 100 38 0 0.51 0.81 0.20 22.28 0.69 0.48
Hex CD 64 26 0 33 51 14 16 45 30
Octal 315 144 46 0 63 121 24 26 105 60
Binary 11001101 1100100 100110 0 110011 1010001 10100 10110 1000101 110000

Color Harmonies of #CD6426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6426

Black with #CD6426

Text Example


Text Example

White with #CD6426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6426; }

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

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

background-color css

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

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

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

border-color css

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

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

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