Html Css Color HEX #CE6A26 Chocolate

📋 copy color: '#CE6A26'

red 206 ◦ green 106 ◦ blue 38

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

Shades of Chocolate #CE6A26

Tints of Chocolate #CE6A26

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.29%

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

R = 58.86%
G = 30.29%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE6A26 (or 0xCE6A26) is known color: Chocolate. HEX triplet: CE, 6A and 26. RGB value is (206,106,38). Sum of RGB (Red+Green+Blue) = 206+106+38=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 106 (41.80% from 255 or 30.29% from 350); Blue value is 38 (15.23% from 255 or 10.86% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6A26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6A26 is #3195D9. Grayscale: #808080. Windows color (decimal): -3249626 or 2517710. OLE color: 2517710.

HSL color Cylindrical-coordinate representation of color #CE6A26: hue angle of 24.29º 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 #CE6A26 is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 106 38 -
CMYK 0 0.49 0.82 0.19
HSL 24.29º 0.69% 0.48% -
HSV(B) 24.29º 0.82% 0.81% -
XYZ 30.96 23.57 4.75 -
YUV 128.15 77.13 183.53 -
System Red Green Blue C M Y K H S L
Decimal 206 106 38 0 0.49 0.82 0.19 24.29 0.69 0.48
Hex CE 6A 26 0 31 52 13 18 45 30
Octal 316 152 46 0 61 122 23 30 105 60
Binary 11001110 1101010 100110 0 110001 1010010 10011 11000 1000101 110000

Color Harmonies of #CE6A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6A26

Black with #CE6A26

Text Example


Text Example

White with #CE6A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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