Html Css Color HEX #CEA694 Rose

📋 copy color: '#CEA694'

red 206 ◦ green 166 ◦ blue 148

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

Shades of Rose #CEA694

Tints of Rose #CEA694

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.92%

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

R = 39.62%
G = 31.92%
B = 28.46%

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

#CEA694 (or 0xCEA694) is known color: Rose. HEX triplet: CE, A6 and 94. RGB value is (206,166,148). Sum of RGB (Red+Green+Blue) = 206+166+148=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 166 (65.23% from 255 or 31.92% from 520); Blue value is 148 (58.20% from 255 or 28.46% from 520); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA694 is #31596B. Grayscale: #B0B0B0. Windows color (decimal): -3234156 or 9742030. OLE color: 9742030.

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

Color convert

RGB 206 166 148 -
CMYK 0 0.19 0.28 0.19
HSL 18.62º 0.37% 0.69% -
HSV(B) 18.62º 0.28% 0.81% -
XYZ 44.44 42.53 33.88 -
YUV 175.91 112.25 149.46 -
System Red Green Blue C M Y K H S L
Decimal 206 166 148 0 0.19 0.28 0.19 18.62 0.37 0.69
Hex CE A6 94 0 13 1C 13 13 25 45
Octal 316 246 224 0 23 34 23 23 45 105
Binary 11001110 10100110 10010100 0 10011 11100 10011 10011 100101 1000101

Color Harmonies of #CEA694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA694

Black with #CEA694

Text Example


Text Example

White with #CEA694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA694; }

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

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

background-color css

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

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

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

border-color css

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

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

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