Html Css Color HEX #CEA494 Rose

📋 copy color: '#CEA494'

red 206 ◦ green 164 ◦ blue 148

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

Shades of Rose #CEA494

Tints of Rose #CEA494

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.66%

 BLUE value IS 148 (58.2% from 255) = 28.57%

R = 39.77%
G = 31.66%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CEA494 (or 0xCEA494) is known color: Rose. HEX triplet: CE, A4 and 94. RGB value is (206,164,148). Sum of RGB (Red+Green+Blue) = 206+164+148=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 164 (64.45% from 255 or 31.66% from 518); Blue value is 148 (58.20% from 255 or 28.57% from 518); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA494 is #315B6B. Grayscale: #AEAEAE. Windows color (decimal): -3234668 or 9741518. OLE color: 9741518.

HSL color Cylindrical-coordinate representation of color #CEA494: hue angle of 16.55º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CEA494 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 164 148 -
CMYK 0 0.20 0.28 0.19
HSL 16.55º 0.37% 0.69% -
HSV(B) 16.55º 0.28% 0.81% -
XYZ 44.07 41.81 33.76 -
YUV 174.73 112.91 150.3 -
System Red Green Blue C M Y K H S L
Decimal 206 164 148 0 0.20 0.28 0.19 16.55 0.37 0.69
Hex CE A4 94 0 14 1C 13 11 25 45
Octal 316 244 224 0 24 34 23 21 45 105
Binary 11001110 10100100 10010100 0 10100 11100 10011 10001 100101 1000101

Color Harmonies of #CEA494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA494

Black with #CEA494

Text Example


Text Example

White with #CEA494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA494; }

 p { color: rgb(206,164,148); }

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

background-color css

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

 a { background-color: rgb(206,164,148); }

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

border-color css

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

 span { border-color: rgb(206,164,148); }

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