Html Css Color HEX #CE6527 Chocolate

📋 copy color: '#CE6527'

red 206 ◦ green 101 ◦ blue 39

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

Shades of Chocolate #CE6527

Tints of Chocolate #CE6527

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.19%

 BLUE value IS 39 (15.63% from 255) = 11.27%

R = 59.54%
G = 29.19%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE6527 (or 0xCE6527) is known color: Chocolate. HEX triplet: CE, 65 and 27. RGB value is (206,101,39). Sum of RGB (Red+Green+Blue) = 206+101+39=346 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.54% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 39 (15.62% from 255 or 11.27% from 346); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6527 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6527 is #319AD8. Grayscale: #7D7D7D. Windows color (decimal): -3250905 or 2581966. OLE color: 2581966.

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

Color convert

RGB 206 101 39 -
CMYK 0 0.51 0.81 0.19
HSL 22.28º 0.68% 0.48% -
HSV(B) 22.28º 0.81% 0.81% -
XYZ 30.47 22.58 4.67 -
YUV 125.33 79.29 185.54 -
System Red Green Blue C M Y K H S L
Decimal 206 101 39 0 0.51 0.81 0.19 22.28 0.68 0.48
Hex CE 65 27 0 33 51 13 16 44 30
Octal 316 145 47 0 63 121 23 26 104 60
Binary 11001110 1100101 100111 0 110011 1010001 10011 10110 1000100 110000

Color Harmonies of #CE6527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6527

Black with #CE6527

Text Example


Text Example

White with #CE6527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6527; }

 p { color: rgb(206,101,39); }

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

background-color css

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

 a { background-color: rgb(206,101,39); }

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

border-color css

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

 span { border-color: rgb(206,101,39); }

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