Html Css Color HEX #CE724C Red Damask

📋 copy color: '#CE724C'

red 206 ◦ green 114 ◦ blue 76

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

Shades of Red Damask #CE724C

Tints of Red Damask #CE724C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.79%

 BLUE value IS 76 (30.08% from 255) = 19.19%

R = 52.02%
G = 28.79%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CE724C (or 0xCE724C) is known color: Red Damask. HEX triplet: CE, 72 and 4C. RGB value is (206,114,76). Sum of RGB (Red+Green+Blue) = 206+114+76=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 114 (44.92% from 255 or 28.79% from 396); Blue value is 76 (30.08% from 255 or 19.19% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CE724C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE724C is #318DB3. Grayscale: #898989. Windows color (decimal): -3247540 or 5010126. OLE color: 5010126.

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

Color convert

RGB 206 114 76 -
CMYK 0 0.45 0.63 0.19
HSL 17.54º 0.57% 0.55% -
HSV(B) 17.54º 0.63% 0.81% -
XYZ 32.78 25.68 10.07 -
YUV 137.18 93.48 177.09 -
System Red Green Blue C M Y K H S L
Decimal 206 114 76 0 0.45 0.63 0.19 17.54 0.57 0.55
Hex CE 72 4C 0 2D 3F 13 12 39 37
Octal 316 162 114 0 55 77 23 22 71 67
Binary 11001110 1110010 1001100 0 101101 111111 10011 10010 111001 110111

Color Harmonies of #CE724C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE724C

Black with #CE724C

Text Example


Text Example

White with #CE724C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE724C; }

 p { color: rgb(206,114,76); }

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

background-color css

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

 a { background-color: rgb(206,114,76); }

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

border-color css

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

 span { border-color: rgb(206,114,76); }

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