Html Css Color HEX #CE764D Red Damask

📋 copy color: '#CE764D'

red 206 ◦ green 118 ◦ blue 77

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

Shades of Red Damask #CE764D

Tints of Red Damask #CE764D

RGB

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

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

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

R = 51.37%
G = 29.43%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CE764D (or 0xCE764D) is known color: Red Damask. HEX triplet: CE, 76 and 4D. RGB value is (206,118,77). Sum of RGB (Red+Green+Blue) = 206+118+77=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 77 (30.47% from 255 or 19.20% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE764D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE764D is #3189B2. Grayscale: #8B8B8B. Windows color (decimal): -3246515 or 5076686. OLE color: 5076686.

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

Color convert

RGB 206 118 77 -
CMYK 0 0.43 0.63 0.19
HSL 19.07º 0.57% 0.55% -
HSV(B) 19.07º 0.63% 0.81% -
XYZ 33.27 26.61 10.4 -
YUV 139.64 92.65 175.33 -
System Red Green Blue C M Y K H S L
Decimal 206 118 77 0 0.43 0.63 0.19 19.07 0.57 0.55
Hex CE 76 4D 0 2B 3F 13 13 39 37
Octal 316 166 115 0 53 77 23 23 71 67
Binary 11001110 1110110 1001101 0 101011 111111 10011 10011 111001 110111

Color Harmonies of #CE764D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE764D

Black with #CE764D

Text Example


Text Example

White with #CE764D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE764D; }

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

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

background-color css

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

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

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

border-color css

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

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

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