Html Css Color HEX #CE754C Red Damask

📋 copy color: '#CE754C'

red 206 ◦ green 117 ◦ blue 76

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

Shades of Red Damask #CE754C

Tints of Red Damask #CE754C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.05%

R = 51.63%
G = 29.32%
B = 19.05%

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

#CE754C (or 0xCE754C) is known color: Red Damask. HEX triplet: CE, 75 and 4C. RGB value is (206,117,76). Sum of RGB (Red+Green+Blue) = 206+117+76=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 117 (46.09% from 255 or 29.32% from 399); Blue value is 76 (30.08% from 255 or 19.05% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CE754C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE754C is #318AB3. Grayscale: #8B8B8B. Windows color (decimal): -3246772 or 5010894. OLE color: 5010894.

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

Color convert

RGB 206 117 76 -
CMYK 0 0.43 0.63 0.19
HSL 18.92º 0.57% 0.55% -
HSV(B) 18.92º 0.63% 0.81% -
XYZ 33.12 26.37 10.18 -
YUV 138.94 92.49 175.83 -
System Red Green Blue C M Y K H S L
Decimal 206 117 76 0 0.43 0.63 0.19 18.92 0.57 0.55
Hex CE 75 4C 0 2B 3F 13 13 39 37
Octal 316 165 114 0 53 77 23 23 71 67
Binary 11001110 1110101 1001100 0 101011 111111 10011 10011 111001 110111

Color Harmonies of #CE754C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE754C

Black with #CE754C

Text Example


Text Example

White with #CE754C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE754C; }

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

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

background-color css

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

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

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

border-color css

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

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

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