Html Css Color HEX #CEA794 Rose

📋 copy color: '#CEA794'

red 206 ◦ green 167 ◦ blue 148

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

Shades of Rose #CEA794

Tints of Rose #CEA794

RGB

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

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

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

R = 39.54%
G = 32.05%
B = 28.41%

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

#CEA794 (or 0xCEA794) is known color: Rose. HEX triplet: CE, A7 and 94. RGB value is (206,167,148). Sum of RGB (Red+Green+Blue) = 206+167+148=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 167 (65.62% from 255 or 32.05% from 521); Blue value is 148 (58.20% from 255 or 28.41% from 521); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA794 is #31586B. Grayscale: #B0B0B0. Windows color (decimal): -3233900 or 9742286. OLE color: 9742286.

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

Color convert

RGB 206 167 148 -
CMYK 0 0.19 0.28 0.19
HSL 19.66º 0.37% 0.69% -
HSV(B) 19.66º 0.28% 0.81% -
XYZ 44.62 42.9 33.95 -
YUV 176.5 111.92 149.04 -
System Red Green Blue C M Y K H S L
Decimal 206 167 148 0 0.19 0.28 0.19 19.66 0.37 0.69
Hex CE A7 94 0 13 1C 13 14 25 45
Octal 316 247 224 0 23 34 23 24 45 105
Binary 11001110 10100111 10010100 0 10011 11100 10011 10100 100101 1000101

Color Harmonies of #CEA794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA794

Black with #CEA794

Text Example


Text Example

White with #CEA794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA794; }

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

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

background-color css

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

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

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

border-color css

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

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

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