Html Css Color HEX #CE754E Red Damask

📋 copy color: '#CE754E'

red 206 ◦ green 117 ◦ blue 78

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

Shades of Red Damask #CE754E

Tints of Red Damask #CE754E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.18%

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

R = 51.37%
G = 29.18%
B = 19.45%

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

#CE754E (or 0xCE754E) is known color: Red Damask. HEX triplet: CE, 75 and 4E. RGB value is (206,117,78). Sum of RGB (Red+Green+Blue) = 206+117+78=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 78 (30.86% from 255 or 19.45% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE754E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE754E is #318AB1. Grayscale: #8B8B8B. Windows color (decimal): -3246770 or 5141966. OLE color: 5141966.

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

Color convert

RGB 206 117 78 -
CMYK 0 0.43 0.62 0.19
HSL 18.28º 0.57% 0.56% -
HSV(B) 18.28º 0.62% 0.81% -
XYZ 33.19 26.39 10.55 -
YUV 139.17 93.49 175.67 -
System Red Green Blue C M Y K H S L
Decimal 206 117 78 0 0.43 0.62 0.19 18.28 0.57 0.56
Hex CE 75 4E 0 2B 3E 13 12 39 38
Octal 316 165 116 0 53 76 23 22 71 70
Binary 11001110 1110101 1001110 0 101011 111110 10011 10010 111001 111000

Color Harmonies of #CE754E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE754E

Black with #CE754E

Text Example


Text Example

White with #CE754E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE754E; }

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

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

background-color css

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

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

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

border-color css

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

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

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