Html Css Color HEX #CE6525 Chocolate

📋 copy color: '#CE6525'

red 206 ◦ green 101 ◦ blue 37

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

Shades of Chocolate #CE6525

Tints of Chocolate #CE6525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.76%

R = 59.88%
G = 29.36%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE6525 (or 0xCE6525) is known color: Chocolate. HEX triplet: CE, 65 and 25. RGB value is (206,101,37). Sum of RGB (Red+Green+Blue) = 206+101+37=344 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.88% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 37 (14.84% from 255 or 10.76% from 344); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6525 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6525 is #319ADA. Grayscale: #7D7D7D. Windows color (decimal): -3250907 or 2450894. OLE color: 2450894.

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

Color convert

RGB 206 101 37 -
CMYK 0 0.51 0.82 0.19
HSL 22.72º 0.7% 0.48% -
HSV(B) 22.72º 0.82% 0.81% -
XYZ 30.44 22.56 4.5 -
YUV 125.1 78.29 185.7 -
System Red Green Blue C M Y K H S L
Decimal 206 101 37 0 0.51 0.82 0.19 22.72 0.7 0.48
Hex CE 65 25 0 33 52 13 17 46 30
Octal 316 145 45 0 63 122 23 27 106 60
Binary 11001110 1100101 100101 0 110011 1010010 10011 10111 1000110 110000

Color Harmonies of #CE6525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6525

Black with #CE6525

Text Example


Text Example

White with #CE6525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6525; }

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

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

background-color css

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

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

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

border-color css

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

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

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