Html Css Color HEX #CE6F25 Chocolate

📋 copy color: '#CE6F25'

red 206 ◦ green 111 ◦ blue 37

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

Shades of Chocolate #CE6F25

Tints of Chocolate #CE6F25

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.36%

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

R = 58.19%
G = 31.36%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE6F25 (or 0xCE6F25) is known color: Chocolate. HEX triplet: CE, 6F and 25. RGB value is (206,111,37). Sum of RGB (Red+Green+Blue) = 206+111+37=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 111 (43.75% from 255 or 31.36% from 354); Blue value is 37 (14.84% from 255 or 10.45% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6F25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6F25 is #3190DA. Grayscale: #838383. Windows color (decimal): -3248347 or 2453454. OLE color: 2453454.

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

Color convert

RGB 206 111 37 -
CMYK 0 0.46 0.82 0.19
HSL 26.27º 0.7% 0.48% -
HSV(B) 26.27º 0.82% 0.81% -
XYZ 31.47 24.62 4.84 -
YUV 130.97 74.97 181.52 -
System Red Green Blue C M Y K H S L
Decimal 206 111 37 0 0.46 0.82 0.19 26.27 0.7 0.48
Hex CE 6F 25 0 2E 52 13 1A 46 30
Octal 316 157 45 0 56 122 23 32 106 60
Binary 11001110 1101111 100101 0 101110 1010010 10011 11010 1000110 110000

Color Harmonies of #CE6F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6F25

Black with #CE6F25

Text Example


Text Example

White with #CE6F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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