Html Css Color HEX #CE774F Red Damask

📋 copy color: '#CE774F'

red 206 ◦ green 119 ◦ blue 79

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

Shades of Red Damask #CE774F

Tints of Red Damask #CE774F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.46%

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

R = 50.99%
G = 29.46%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CE774F (or 0xCE774F) is known color: Red Damask. HEX triplet: CE, 77 and 4F. RGB value is (206,119,79). Sum of RGB (Red+Green+Blue) = 206+119+79=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 119 (46.88% from 255 or 29.46% from 404); Blue value is 79 (31.25% from 255 or 19.55% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE774F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE774F is #3188B0. Grayscale: #8C8C8C. Windows color (decimal): -3246257 or 5208014. OLE color: 5208014.

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

Color convert

RGB 206 119 79 -
CMYK 0 0.42 0.62 0.19
HSL 18.9º 0.56% 0.56% -
HSV(B) 18.9º 0.62% 0.81% -
XYZ 33.46 26.88 10.82 -
YUV 140.45 93.32 174.75 -
System Red Green Blue C M Y K H S L
Decimal 206 119 79 0 0.42 0.62 0.19 18.9 0.56 0.56
Hex CE 77 4F 0 2A 3E 13 13 38 38
Octal 316 167 117 0 52 76 23 23 70 70
Binary 11001110 1110111 1001111 0 101010 111110 10011 10011 111000 111000

Color Harmonies of #CE774F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE774F

Black with #CE774F

Text Example


Text Example

White with #CE774F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE774F; }

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

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

background-color css

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

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

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

border-color css

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

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

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