Html Css Color HEX #CE7148 Red Damask

📋 copy color: '#CE7148'

red 206 ◦ green 113 ◦ blue 72

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

Shades of Red Damask #CE7148

Tints of Red Damask #CE7148

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.9%

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

R = 52.69%
G = 28.9%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE7148 (or 0xCE7148) is known color: Red Damask. HEX triplet: CE, 71 and 48. RGB value is (206,113,72). Sum of RGB (Red+Green+Blue) = 206+113+72=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 72 (28.52% from 255 or 18.41% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7148 is #318EB7. Grayscale: #888888. Windows color (decimal): -3247800 or 4747726. OLE color: 4747726.

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

Color convert

RGB 206 113 72 -
CMYK 0 0.45 0.65 0.19
HSL 18.36º 0.58% 0.55% -
HSV(B) 18.36º 0.65% 0.81% -
XYZ 32.53 25.4 9.32 -
YUV 136.13 91.81 177.83 -
System Red Green Blue C M Y K H S L
Decimal 206 113 72 0 0.45 0.65 0.19 18.36 0.58 0.55
Hex CE 71 48 0 2D 41 13 12 3A 37
Octal 316 161 110 0 55 101 23 22 72 67
Binary 11001110 1110001 1001000 0 101101 1000001 10011 10010 111010 110111

Color Harmonies of #CE7148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7148

Black with #CE7148

Text Example


Text Example

White with #CE7148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7148; }

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

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

background-color css

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

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

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

border-color css

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

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

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