Html Css Color HEX #CD710C Chocolate

📋 copy color: '#CD710C'

red 205 ◦ green 113 ◦ blue 12

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

Shades of Chocolate #CD710C

Tints of Chocolate #CD710C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.24%

 BLUE value IS 12 (5.08% from 255) = 3.64%

R = 62.12%
G = 34.24%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CD710C (or 0xCD710C) is known color: Chocolate. HEX triplet: CD, 71 and 0C. RGB value is (205,113,12). Sum of RGB (Red+Green+Blue) = 205+113+12=330 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.12% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 12 (5.08% from 255 or 3.64% from 330); Max value from RGB is 205 - color contains mainly: red. Hex color #CD710C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD710C is #328EF3. Grayscale: #818181. Windows color (decimal): -3313396 or 815565. OLE color: 815565.

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

Color convert

RGB 205 113 12 -
CMYK 0 0.45 0.94 0.20
HSL 31.4º 0.89% 0.43% -
HSV(B) 31.4º 0.94% 0.8% -
XYZ 31.15 24.82 3.5 -
YUV 128.99 61.98 182.21 -
System Red Green Blue C M Y K H S L
Decimal 205 113 12 0 0.45 0.94 0.20 31.4 0.89 0.43
Hex CD 71 C 0 2D 5E 14 1F 59 2B
Octal 315 161 14 0 55 136 24 37 131 53
Binary 11001101 1110001 1100 0 101101 1011110 10100 11111 1011001 101011

Color Harmonies of #CD710C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD710C

Black with #CD710C

Text Example


Text Example

White with #CD710C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD710C; }

 p { color: rgb(205,113,12); }

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

background-color css

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

 a { background-color: rgb(205,113,12); }

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

border-color css

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

 span { border-color: rgb(205,113,12); }

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