Html Css Color HEX #CEA595 Rose

📋 copy color: '#CEA595'

red 206 ◦ green 165 ◦ blue 149

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

Shades of Rose #CEA595

Tints of Rose #CEA595

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.73%

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

R = 39.62%
G = 31.73%
B = 28.65%

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

#CEA595 (or 0xCEA595) is known color: Rose. HEX triplet: CE, A5 and 95. RGB value is (206,165,149). Sum of RGB (Red+Green+Blue) = 206+165+149=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 165 (64.84% from 255 or 31.73% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA595 is #315A6A. Grayscale: #AFAFAF. Windows color (decimal): -3234411 or 9807310. OLE color: 9807310.

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

Color convert

RGB 206 165 149 -
CMYK 0 0.20 0.28 0.19
HSL 16.84º 0.37% 0.7% -
HSV(B) 16.84º 0.28% 0.81% -
XYZ 44.33 42.2 34.24 -
YUV 175.44 113.08 149.8 -
System Red Green Blue C M Y K H S L
Decimal 206 165 149 0 0.20 0.28 0.19 16.84 0.37 0.7
Hex CE A5 95 0 14 1C 13 11 25 46
Octal 316 245 225 0 24 34 23 21 45 106
Binary 11001110 10100101 10010101 0 10100 11100 10011 10001 100101 1000110

Color Harmonies of #CEA595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA595

Black with #CEA595

Text Example


Text Example

White with #CEA595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA595; }

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

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

background-color css

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

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

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

border-color css

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

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

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