Html Css Color HEX #CE5319 Chocolate

📋 copy color: '#CE5319'

red 206 ◦ green 83 ◦ blue 25

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

Shades of Chocolate #CE5319

Tints of Chocolate #CE5319

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.43%

 BLUE value IS 25 (10.16% from 255) = 7.96%

R = 65.61%
G = 26.43%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE5319 (or 0xCE5319) is known color: Chocolate. HEX triplet: CE, 53 and 19. RGB value is (206,83,25). Sum of RGB (Red+Green+Blue) = 206+83+25=314 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.61% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 25 (10.16% from 255 or 7.96% from 314); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5319 is #31ACE6. Grayscale: #717171. Windows color (decimal): -3255527 or 1659854. OLE color: 1659854.

HSL color Cylindrical-coordinate representation of color #CE5319: hue angle of 19.23º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE5319 is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 83 25 -
CMYK 0 0.60 0.88 0.19
HSL 19.23º 0.78% 0.45% -
HSV(B) 19.23º 0.88% 0.81% -
XYZ 28.72 19.38 3.15 -
YUV 113.17 78.25 194.22 -
System Red Green Blue C M Y K H S L
Decimal 206 83 25 0 0.60 0.88 0.19 19.23 0.78 0.45
Hex CE 53 19 0 3C 58 13 13 4E 2D
Octal 316 123 31 0 74 130 23 23 116 55
Binary 11001110 1010011 11001 0 111100 1011000 10011 10011 1001110 101101

Color Harmonies of #CE5319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5319

Black with #CE5319

Text Example


Text Example

White with #CE5319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5319; }

 p { color: rgb(206,83,25); }

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

background-color css

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

 a { background-color: rgb(206,83,25); }

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

border-color css

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

 span { border-color: rgb(206,83,25); }

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