Html Css Color HEX #CE5C1B Chocolate

📋 copy color: '#CE5C1B'

red 206 ◦ green 92 ◦ blue 27

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

Shades of Chocolate #CE5C1B

Tints of Chocolate #CE5C1B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.31%

 BLUE value IS 27 (10.94% from 255) = 8.31%

R = 63.38%
G = 28.31%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CE5C1B (or 0xCE5C1B) is known color: Chocolate. HEX triplet: CE, 5C and 1B. RGB value is (206,92,27). Sum of RGB (Red+Green+Blue) = 206+92+27=325 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.38% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 27 (10.94% from 255 or 8.31% from 325); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5C1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5C1B is #31A3E4. Grayscale: #777777. Windows color (decimal): -3253221 or 1793230. OLE color: 1793230.

HSL color Cylindrical-coordinate representation of color #CE5C1B: hue angle of 21.79º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE5C1B is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 92 27 -
CMYK 0 0.55 0.87 0.19
HSL 21.79º 0.77% 0.46% -
HSV(B) 21.79º 0.87% 0.81% -
XYZ 29.48 20.86 3.51 -
YUV 118.68 76.27 190.29 -
System Red Green Blue C M Y K H S L
Decimal 206 92 27 0 0.55 0.87 0.19 21.79 0.77 0.46
Hex CE 5C 1B 0 37 57 13 16 4D 2E
Octal 316 134 33 0 67 127 23 26 115 56
Binary 11001110 1011100 11011 0 110111 1010111 10011 10110 1001101 101110

Color Harmonies of #CE5C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5C1B

Black with #CE5C1B

Text Example


Text Example

White with #CE5C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5C1B; }

 p { color: rgb(206,92,27); }

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

background-color css

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

 a { background-color: rgb(206,92,27); }

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

border-color css

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

 span { border-color: rgb(206,92,27); }

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