Html Css Color HEX #CD511A Chocolate

📋 copy color: '#CD511A'

red 205 ◦ green 81 ◦ blue 26

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

Shades of Chocolate #CD511A

Tints of Chocolate #CD511A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.96%

 BLUE value IS 26 (10.55% from 255) = 8.33%

R = 65.71%
G = 25.96%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#CD511A (or 0xCD511A) is known color: Chocolate. HEX triplet: CD, 51 and 1A. RGB value is (205,81,26). Sum of RGB (Red+Green+Blue) = 205+81+26=312 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.71% from 312); Green value is 81 (32.03% from 255 or 25.96% from 312); Blue value is 26 (10.55% from 255 or 8.33% from 312); Max value from RGB is 205 - color contains mainly: red. Hex color #CD511A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD511A is #32AEE5. Grayscale: #707070. Windows color (decimal): -3321574 or 1724877. OLE color: 1724877.

HSL color Cylindrical-coordinate representation of color #CD511A: hue angle of 18.44º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CD511A is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 81 26 -
CMYK 0 0.60 0.87 0.20
HSL 18.44º 0.77% 0.45% -
HSV(B) 18.44º 0.87% 0.8% -
XYZ 28.31 18.94 3.14 -
YUV 111.81 79.58 194.47 -
System Red Green Blue C M Y K H S L
Decimal 205 81 26 0 0.60 0.87 0.20 18.44 0.77 0.45
Hex CD 51 1A 0 3C 57 14 12 4D 2D
Octal 315 121 32 0 74 127 24 22 115 55
Binary 11001101 1010001 11010 0 111100 1010111 10100 10010 1001101 101101

Color Harmonies of #CD511A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD511A

Black with #CD511A

Text Example


Text Example

White with #CD511A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD511A; }

 p { color: rgb(205,81,26); }

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

background-color css

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

 a { background-color: rgb(205,81,26); }

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

border-color css

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

 span { border-color: rgb(205,81,26); }

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