Html Css Color HEX #CE6A4A Red Damask

📋 copy color: '#CE6A4A'

red 206 ◦ green 106 ◦ blue 74

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

Shades of Red Damask #CE6A4A

Tints of Red Damask #CE6A4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.17%

R = 53.37%
G = 27.46%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CE6A4A (or 0xCE6A4A) is known color: Red Damask. HEX triplet: CE, 6A and 4A. RGB value is (206,106,74). Sum of RGB (Red+Green+Blue) = 206+106+74=386 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.37% from 386); Green value is 106 (41.80% from 255 or 27.46% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6A4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6A4A is #3195B5. Grayscale: #848484. Windows color (decimal): -3249590 or 4877006. OLE color: 4877006.

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

Color convert

RGB 206 106 74 -
CMYK 0 0.49 0.64 0.19
HSL 14.55º 0.57% 0.55% -
HSV(B) 14.55º 0.64% 0.81% -
XYZ 31.84 23.92 9.42 -
YUV 132.25 95.13 180.6 -
System Red Green Blue C M Y K H S L
Decimal 206 106 74 0 0.49 0.64 0.19 14.55 0.57 0.55
Hex CE 6A 4A 0 31 40 13 F 39 37
Octal 316 152 112 0 61 100 23 17 71 67
Binary 11001110 1101010 1001010 0 110001 1000000 10011 1111 111001 110111

Color Harmonies of #CE6A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6A4A

Black with #CE6A4A

Text Example


Text Example

White with #CE6A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6A4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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