Html Css Color HEX #CEA795 Rose

📋 copy color: '#CEA795'

red 206 ◦ green 167 ◦ blue 149

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

Shades of Rose #CEA795

Tints of Rose #CEA795

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.99%

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

R = 39.46%
G = 31.99%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CEA795 (or 0xCEA795) is known color: Rose. HEX triplet: CE, A7 and 95. RGB value is (206,167,149). Sum of RGB (Red+Green+Blue) = 206+167+149=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 167 (65.62% from 255 or 31.99% from 522); Blue value is 149 (58.59% from 255 or 28.54% from 522); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA795 is #31586A. Grayscale: #B0B0B0. Windows color (decimal): -3233899 or 9807822. OLE color: 9807822.

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

Color convert

RGB 206 167 149 -
CMYK 0 0.19 0.28 0.19
HSL 18.95º 0.37% 0.7% -
HSV(B) 18.95º 0.28% 0.81% -
XYZ 44.7 42.93 34.36 -
YUV 176.61 112.42 148.96 -
System Red Green Blue C M Y K H S L
Decimal 206 167 149 0 0.19 0.28 0.19 18.95 0.37 0.7
Hex CE A7 95 0 13 1C 13 13 25 46
Octal 316 247 225 0 23 34 23 23 45 106
Binary 11001110 10100111 10010101 0 10011 11100 10011 10011 100101 1000110

Color Harmonies of #CEA795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA795

Black with #CEA795

Text Example


Text Example

White with #CEA795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA795; }

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

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

background-color css

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

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

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

border-color css

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

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

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