Html Css Color HEX #CE724D Red Damask

📋 copy color: '#CE724D'

red 206 ◦ green 114 ◦ blue 77

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

Shades of Red Damask #CE724D

Tints of Red Damask #CE724D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.4%

R = 51.89%
G = 28.72%
B = 19.4%

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

#CE724D (or 0xCE724D) is known color: Red Damask. HEX triplet: CE, 72 and 4D. RGB value is (206,114,77). Sum of RGB (Red+Green+Blue) = 206+114+77=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE724D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE724D is #318DB2. Grayscale: #898989. Windows color (decimal): -3247539 or 5075662. OLE color: 5075662.

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

Color convert

RGB 206 114 77 -
CMYK 0 0.45 0.63 0.19
HSL 17.21º 0.57% 0.55% -
HSV(B) 17.21º 0.63% 0.81% -
XYZ 32.81 25.69 10.25 -
YUV 137.29 93.98 177.01 -
System Red Green Blue C M Y K H S L
Decimal 206 114 77 0 0.45 0.63 0.19 17.21 0.57 0.55
Hex CE 72 4D 0 2D 3F 13 11 39 37
Octal 316 162 115 0 55 77 23 21 71 67
Binary 11001110 1110010 1001101 0 101101 111111 10011 10001 111001 110111

Color Harmonies of #CE724D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE724D

Black with #CE724D

Text Example


Text Example

White with #CE724D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE724D; }

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

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

background-color css

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

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

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

border-color css

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

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

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