Html Css Color HEX #CEA291 Rose

📋 copy color: '#CEA291'

red 206 ◦ green 162 ◦ blue 145

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

Shades of Rose #CEA291

Tints of Rose #CEA291

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.58%

 BLUE value IS 145 (57.03% from 255) = 28.27%

R = 40.16%
G = 31.58%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CEA291 (or 0xCEA291) is known color: Rose. HEX triplet: CE, A2 and 91. RGB value is (206,162,145). Sum of RGB (Red+Green+Blue) = 206+162+145=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 162 (63.67% from 255 or 31.58% from 513); Blue value is 145 (57.03% from 255 or 28.27% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA291 is #315D6E. Grayscale: #ADADAD. Windows color (decimal): -3235183 or 9544398. OLE color: 9544398.

HSL color Cylindrical-coordinate representation of color #CEA291: hue angle of 16.72º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEA291 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 162 145 -
CMYK 0 0.21 0.30 0.19
HSL 16.72º 0.38% 0.69% -
HSV(B) 16.72º 0.3% 0.81% -
XYZ 43.48 41.01 32.41 -
YUV 173.22 112.08 151.38 -
System Red Green Blue C M Y K H S L
Decimal 206 162 145 0 0.21 0.30 0.19 16.72 0.38 0.69
Hex CE A2 91 0 15 1E 13 11 26 45
Octal 316 242 221 0 25 36 23 21 46 105
Binary 11001110 10100010 10010001 0 10101 11110 10011 10001 100110 1000101

Color Harmonies of #CEA291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA291

Black with #CEA291

Text Example


Text Example

White with #CEA291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA291; }

 p { color: rgb(206,162,145); }

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

background-color css

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

 a { background-color: rgb(206,162,145); }

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

border-color css

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

 span { border-color: rgb(206,162,145); }

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