Html Css Color HEX #CE710A Chocolate

📋 copy color: '#CE710A'

red 206 ◦ green 113 ◦ blue 10

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

Shades of Chocolate #CE710A

Tints of Chocolate #CE710A

RGB

 RED value IS 206 (80.86% from 255) = 62.61%

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

 BLUE value IS 10 (4.3% from 255) = 3.04%

R = 62.61%
G = 34.35%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CE710A (or 0xCE710A) is known color: Chocolate. HEX triplet: CE, 71 and 0A. RGB value is (206,113,10). Sum of RGB (Red+Green+Blue) = 206+113+10=329 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.61% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 10 (4.30% from 255 or 3.04% from 329); Max value from RGB is 206 - color contains mainly: red. Hex color #CE710A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE710A is #318EF5. Grayscale: #818181. Windows color (decimal): -3247862 or 684494. OLE color: 684494.

HSL color Cylindrical-coordinate representation of color #CE710A: hue angle of 31.53º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE710A is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 113 10 -
CMYK 0 0.45 0.95 0.19
HSL 31.53º 0.91% 0.42% -
HSV(B) 31.53º 0.95% 0.81% -
XYZ 31.41 24.95 3.45 -
YUV 129.07 60.81 182.88 -
System Red Green Blue C M Y K H S L
Decimal 206 113 10 0 0.45 0.95 0.19 31.53 0.91 0.42
Hex CE 71 A 0 2D 5F 13 20 5B 2A
Octal 316 161 12 0 55 137 23 40 133 52
Binary 11001110 1110001 1010 0 101101 1011111 10011 100000 1011011 101010

Color Harmonies of #CE710A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE710A

Black with #CE710A

Text Example


Text Example

White with #CE710A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE710A; }

 p { color: rgb(206,113,10); }

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

background-color css

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

 a { background-color: rgb(206,113,10); }

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

border-color css

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

 span { border-color: rgb(206,113,10); }

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