Html Css Color HEX #CE5F25 Chocolate

📋 copy color: '#CE5F25'

red 206 ◦ green 95 ◦ blue 37

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

Shades of Chocolate #CE5F25

Tints of Chocolate #CE5F25

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.11%

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

R = 60.95%
G = 28.11%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE5F25 (or 0xCE5F25) is known color: Chocolate. HEX triplet: CE, 5F and 25. RGB value is (206,95,37). Sum of RGB (Red+Green+Blue) = 206+95+37=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 95 (37.5% from 255 or 28.11% from 338); Blue value is 37 (14.84% from 255 or 10.95% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5F25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5F25 is #31A0DA. Grayscale: #797979. Windows color (decimal): -3252443 or 2449358. OLE color: 2449358.

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

Color convert

RGB 206 95 37 -
CMYK 0 0.54 0.82 0.19
HSL 20.59º 0.7% 0.48% -
HSV(B) 20.59º 0.82% 0.81% -
XYZ 29.88 21.44 4.31 -
YUV 121.58 80.27 188.22 -
System Red Green Blue C M Y K H S L
Decimal 206 95 37 0 0.54 0.82 0.19 20.59 0.7 0.48
Hex CE 5F 25 0 36 52 13 15 46 30
Octal 316 137 45 0 66 122 23 25 106 60
Binary 11001110 1011111 100101 0 110110 1010010 10011 10101 1000110 110000

Color Harmonies of #CE5F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5F25

Black with #CE5F25

Text Example


Text Example

White with #CE5F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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