Html Css Color HEX #CE6D26 Chocolate

📋 copy color: '#CE6D26'

red 206 ◦ green 109 ◦ blue 38

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

Shades of Chocolate #CE6D26

Tints of Chocolate #CE6D26

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.88%

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

R = 58.36%
G = 30.88%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE6D26 (or 0xCE6D26) is known color: Chocolate. HEX triplet: CE, 6D and 26. RGB value is (206,109,38). Sum of RGB (Red+Green+Blue) = 206+109+38=353 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.36% from 353); Green value is 109 (42.97% from 255 or 30.88% from 353); Blue value is 38 (15.23% from 255 or 10.76% from 353); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6D26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6D26 is #3192D9. Grayscale: #828282. Windows color (decimal): -3248858 or 2518478. OLE color: 2518478.

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

Color convert

RGB 206 109 38 -
CMYK 0 0.47 0.82 0.19
HSL 25.36º 0.69% 0.48% -
HSV(B) 25.36º 0.82% 0.81% -
XYZ 31.27 24.2 4.86 -
YUV 129.91 76.14 182.27 -
System Red Green Blue C M Y K H S L
Decimal 206 109 38 0 0.47 0.82 0.19 25.36 0.69 0.48
Hex CE 6D 26 0 2F 52 13 19 45 30
Octal 316 155 46 0 57 122 23 31 105 60
Binary 11001110 1101101 100110 0 101111 1010010 10011 11001 1000101 110000

Color Harmonies of #CE6D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6D26

Black with #CE6D26

Text Example


Text Example

White with #CE6D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6D26; }

 p { color: rgb(206,109,38); }

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

background-color css

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

 a { background-color: rgb(206,109,38); }

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

border-color css

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

 span { border-color: rgb(206,109,38); }

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