Html Css Color HEX #CE6425 Chocolate

📋 copy color: '#CE6425'

red 206 ◦ green 100 ◦ blue 37

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

Shades of Chocolate #CE6425

Tints of Chocolate #CE6425

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.15%

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

R = 60.06%
G = 29.15%
B = 10.79%

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

#CE6425 (or 0xCE6425) is known color: Chocolate. HEX triplet: CE, 64 and 25. RGB value is (206,100,37). Sum of RGB (Red+Green+Blue) = 206+100+37=343 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.06% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 37 (14.84% from 255 or 10.79% from 343); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6425 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6425 is #319BDA. Grayscale: #7C7C7C. Windows color (decimal): -3251163 or 2450638. OLE color: 2450638.

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

Color convert

RGB 206 100 37 -
CMYK 0 0.51 0.82 0.19
HSL 22.37º 0.7% 0.48% -
HSV(B) 22.37º 0.82% 0.81% -
XYZ 30.34 22.37 4.47 -
YUV 124.51 78.62 186.12 -
System Red Green Blue C M Y K H S L
Decimal 206 100 37 0 0.51 0.82 0.19 22.37 0.7 0.48
Hex CE 64 25 0 33 52 13 16 46 30
Octal 316 144 45 0 63 122 23 26 106 60
Binary 11001110 1100100 100101 0 110011 1010010 10011 10110 1000110 110000

Color Harmonies of #CE6425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6425

Black with #CE6425

Text Example


Text Example

White with #CE6425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6425; }

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

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

background-color css

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

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

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

border-color css

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

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

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