Html Css Color HEX #CEA394 Rose

📋 copy color: '#CEA394'

red 206 ◦ green 163 ◦ blue 148

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

Shades of Rose #CEA394

Tints of Rose #CEA394

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.53%

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

R = 39.85%
G = 31.53%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CEA394 (or 0xCEA394) is known color: Rose. HEX triplet: CE, A3 and 94. RGB value is (206,163,148). Sum of RGB (Red+Green+Blue) = 206+163+148=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 163 (64.06% from 255 or 31.53% from 517); Blue value is 148 (58.20% from 255 or 28.63% from 517); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA394 is #315C6B. Grayscale: #AEAEAE. Windows color (decimal): -3234924 or 9741262. OLE color: 9741262.

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

Color convert

RGB 206 163 148 -
CMYK 0 0.21 0.28 0.19
HSL 15.52º 0.37% 0.69% -
HSV(B) 15.52º 0.28% 0.81% -
XYZ 43.9 41.45 33.7 -
YUV 174.15 113.25 150.72 -
System Red Green Blue C M Y K H S L
Decimal 206 163 148 0 0.21 0.28 0.19 15.52 0.37 0.69
Hex CE A3 94 0 15 1C 13 10 25 45
Octal 316 243 224 0 25 34 23 20 45 105
Binary 11001110 10100011 10010100 0 10101 11100 10011 10000 100101 1000101

Color Harmonies of #CEA394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA394

Black with #CEA394

Text Example


Text Example

White with #CEA394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA394; }

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

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

background-color css

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

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

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

border-color css

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

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

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