Html Css Color HEX #CE764F Red Damask

📋 copy color: '#CE764F'

red 206 ◦ green 118 ◦ blue 79

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

Shades of Red Damask #CE764F

Tints of Red Damask #CE764F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.6%

R = 51.12%
G = 29.28%
B = 19.6%

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

#CE764F (or 0xCE764F) is known color: Red Damask. HEX triplet: CE, 76 and 4F. RGB value is (206,118,79). Sum of RGB (Red+Green+Blue) = 206+118+79=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 118 (46.48% from 255 or 29.28% from 403); Blue value is 79 (31.25% from 255 or 19.60% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CE764F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE764F is #3189B0. Grayscale: #8C8C8C. Windows color (decimal): -3246513 or 5207758. OLE color: 5207758.

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

Color convert

RGB 206 118 79 -
CMYK 0 0.43 0.62 0.19
HSL 18.43º 0.56% 0.56% -
HSV(B) 18.43º 0.62% 0.81% -
XYZ 33.34 26.64 10.78 -
YUV 139.87 93.65 175.17 -
System Red Green Blue C M Y K H S L
Decimal 206 118 79 0 0.43 0.62 0.19 18.43 0.56 0.56
Hex CE 76 4F 0 2B 3E 13 12 38 38
Octal 316 166 117 0 53 76 23 22 70 70
Binary 11001110 1110110 1001111 0 101011 111110 10011 10010 111000 111000

Color Harmonies of #CE764F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE764F

Black with #CE764F

Text Example


Text Example

White with #CE764F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE764F; }

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

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

background-color css

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

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

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

border-color css

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

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

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