Html Css Color HEX #CEA395 Rose

📋 copy color: '#CEA395'

red 206 ◦ green 163 ◦ blue 149

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

Shades of Rose #CEA395

Tints of Rose #CEA395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.76%

R = 39.77%
G = 31.47%
B = 28.76%

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

#CEA395 (or 0xCEA395) is known color: Rose. HEX triplet: CE, A3 and 95. RGB value is (206,163,149). Sum of RGB (Red+Green+Blue) = 206+163+149=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 163 (64.06% from 255 or 31.47% from 518); Blue value is 149 (58.59% from 255 or 28.76% from 518); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA395 is #315C6A. Grayscale: #AEAEAE. Windows color (decimal): -3234923 or 9806798. OLE color: 9806798.

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

Color convert

RGB 206 163 149 -
CMYK 0 0.21 0.28 0.19
HSL 14.74º 0.37% 0.7% -
HSV(B) 14.74º 0.28% 0.81% -
XYZ 43.98 41.49 34.12 -
YUV 174.26 113.75 150.64 -
System Red Green Blue C M Y K H S L
Decimal 206 163 149 0 0.21 0.28 0.19 14.74 0.37 0.7
Hex CE A3 95 0 15 1C 13 F 25 46
Octal 316 243 225 0 25 34 23 17 45 106
Binary 11001110 10100011 10010101 0 10101 11100 10011 1111 100101 1000110

Color Harmonies of #CEA395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA395

Black with #CEA395

Text Example


Text Example

White with #CEA395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA395; }

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

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

background-color css

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

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

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

border-color css

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

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

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