Html Css Color HEX #CE6A48 Red Damask

📋 copy color: '#CE6A48'

red 206 ◦ green 106 ◦ blue 72

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

Shades of Red Damask #CE6A48

Tints of Red Damask #CE6A48

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.6%

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

R = 53.65%
G = 27.6%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE6A48 (or 0xCE6A48) is known color: Red Damask. HEX triplet: CE, 6A and 48. RGB value is (206,106,72). Sum of RGB (Red+Green+Blue) = 206+106+72=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 106 (41.80% from 255 or 27.60% from 384); Blue value is 72 (28.52% from 255 or 18.75% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6A48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6A48 is #3195B7. Grayscale: #848484. Windows color (decimal): -3249592 or 4745934. OLE color: 4745934.

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

Color convert

RGB 206 106 72 -
CMYK 0 0.49 0.65 0.19
HSL 15.22º 0.58% 0.55% -
HSV(B) 15.22º 0.65% 0.81% -
XYZ 31.78 23.9 9.07 -
YUV 132.02 94.13 180.76 -
System Red Green Blue C M Y K H S L
Decimal 206 106 72 0 0.49 0.65 0.19 15.22 0.58 0.55
Hex CE 6A 48 0 31 41 13 F 3A 37
Octal 316 152 110 0 61 101 23 17 72 67
Binary 11001110 1101010 1001000 0 110001 1000001 10011 1111 111010 110111

Color Harmonies of #CE6A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6A48

Black with #CE6A48

Text Example


Text Example

White with #CE6A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6A48; }

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

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

background-color css

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

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

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

border-color css

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

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

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