Html Css Color HEX #CE7448 Red Damask

📋 copy color: '#CE7448'

red 206 ◦ green 116 ◦ blue 72

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

Shades of Red Damask #CE7448

Tints of Red Damask #CE7448

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.44%

 BLUE value IS 72 (28.52% from 255) = 18.27%

R = 52.28%
G = 29.44%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE7448 (or 0xCE7448) is known color: Red Damask. HEX triplet: CE, 74 and 48. RGB value is (206,116,72). Sum of RGB (Red+Green+Blue) = 206+116+72=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 72 (28.52% from 255 or 18.27% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7448 is #318BB7. Grayscale: #8A8A8A. Windows color (decimal): -3247032 or 4748494. OLE color: 4748494.

HSL color Cylindrical-coordinate representation of color #CE7448: hue angle of 19.7º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE7448 is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 116 72 -
CMYK 0 0.44 0.65 0.19
HSL 19.7º 0.58% 0.55% -
HSV(B) 19.7º 0.65% 0.81% -
XYZ 32.87 26.08 9.43 -
YUV 137.89 90.82 176.58 -
System Red Green Blue C M Y K H S L
Decimal 206 116 72 0 0.44 0.65 0.19 19.7 0.58 0.55
Hex CE 74 48 0 2C 41 13 14 3A 37
Octal 316 164 110 0 54 101 23 24 72 67
Binary 11001110 1110100 1001000 0 101100 1000001 10011 10100 111010 110111

Color Harmonies of #CE7448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7448

Black with #CE7448

Text Example


Text Example

White with #CE7448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7448; }

 p { color: rgb(206,116,72); }

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

background-color css

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

 a { background-color: rgb(206,116,72); }

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

border-color css

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

 span { border-color: rgb(206,116,72); }

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