Html Css Color HEX #CE764E Red Damask

📋 copy color: '#CE764E'

red 206 ◦ green 118 ◦ blue 78

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

Shades of Red Damask #CE764E

Tints of Red Damask #CE764E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.35%

 BLUE value IS 78 (30.86% from 255) = 19.4%

R = 51.24%
G = 29.35%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CE764E (or 0xCE764E) is known color: Red Damask. HEX triplet: CE, 76 and 4E. RGB value is (206,118,78). Sum of RGB (Red+Green+Blue) = 206+118+78=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 118 (46.48% from 255 or 29.35% from 402); Blue value is 78 (30.86% from 255 or 19.40% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CE764E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE764E is #3189B1. Grayscale: #8C8C8C. Windows color (decimal): -3246514 or 5142222. OLE color: 5142222.

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

Color convert

RGB 206 118 78 -
CMYK 0 0.43 0.62 0.19
HSL 18.75º 0.57% 0.56% -
HSV(B) 18.75º 0.62% 0.81% -
XYZ 33.31 26.63 10.59 -
YUV 139.75 93.15 175.25 -
System Red Green Blue C M Y K H S L
Decimal 206 118 78 0 0.43 0.62 0.19 18.75 0.57 0.56
Hex CE 76 4E 0 2B 3E 13 13 39 38
Octal 316 166 116 0 53 76 23 23 71 70
Binary 11001110 1110110 1001110 0 101011 111110 10011 10011 111001 111000

Color Harmonies of #CE764E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE764E

Black with #CE764E

Text Example


Text Example

White with #CE764E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE764E; }

 p { color: rgb(206,118,78); }

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

background-color css

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

 a { background-color: rgb(206,118,78); }

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

border-color css

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

 span { border-color: rgb(206,118,78); }

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