Html Css Color HEX #CE6D25 Chocolate

📋 copy color: '#CE6D25'

red 206 ◦ green 109 ◦ blue 37

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

Shades of Chocolate #CE6D25

Tints of Chocolate #CE6D25

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.97%

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

R = 58.52%
G = 30.97%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE6D25 (or 0xCE6D25) is known color: Chocolate. HEX triplet: CE, 6D and 25. RGB value is (206,109,37). Sum of RGB (Red+Green+Blue) = 206+109+37=352 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.52% from 352); Green value is 109 (42.97% from 255 or 30.97% from 352); Blue value is 37 (14.84% from 255 or 10.51% from 352); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6D25 is #3192DA. Grayscale: #828282. Windows color (decimal): -3248859 or 2452942. OLE color: 2452942.

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

Color convert

RGB 206 109 37 -
CMYK 0 0.47 0.82 0.19
HSL 25.56º 0.7% 0.48% -
HSV(B) 25.56º 0.82% 0.81% -
XYZ 31.26 24.19 4.77 -
YUV 129.8 75.64 182.35 -
System Red Green Blue C M Y K H S L
Decimal 206 109 37 0 0.47 0.82 0.19 25.56 0.7 0.48
Hex CE 6D 25 0 2F 52 13 1A 46 30
Octal 316 155 45 0 57 122 23 32 106 60
Binary 11001110 1101101 100101 0 101111 1010010 10011 11010 1000110 110000

Color Harmonies of #CE6D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6D25

Black with #CE6D25

Text Example


Text Example

White with #CE6D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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