Html Css Color HEX #CEA390 Rose

📋 copy color: '#CEA390'

red 206 ◦ green 163 ◦ blue 144

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

Shades of Rose #CEA390

Tints of Rose #CEA390

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.77%

 BLUE value IS 144 (56.64% from 255) = 28.07%

R = 40.16%
G = 31.77%
B = 28.07%

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

#CEA390 (or 0xCEA390) is known color: Rose. HEX triplet: CE, A3 and 90. RGB value is (206,163,144). Sum of RGB (Red+Green+Blue) = 206+163+144=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 163 (64.06% from 255 or 31.77% from 513); Blue value is 144 (56.64% from 255 or 28.07% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA390 is #315C6F. Grayscale: #ADADAD. Windows color (decimal): -3234928 or 9479118. OLE color: 9479118.

HSL color Cylindrical-coordinate representation of color #CEA390: hue angle of 18.39º degrees, saturation: 0.39, 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 #CEA390 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 163 144 -
CMYK 0 0.21 0.30 0.19
HSL 18.39º 0.39% 0.69% -
HSV(B) 18.39º 0.3% 0.81% -
XYZ 43.58 41.33 32.07 -
YUV 173.69 111.25 151.04 -
System Red Green Blue C M Y K H S L
Decimal 206 163 144 0 0.21 0.30 0.19 18.39 0.39 0.69
Hex CE A3 90 0 15 1E 13 12 27 45
Octal 316 243 220 0 25 36 23 22 47 105
Binary 11001110 10100011 10010000 0 10101 11110 10011 10010 100111 1000101

Color Harmonies of #CEA390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA390

Black with #CEA390

Text Example


Text Example

White with #CEA390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA390; }

 p { color: rgb(206,163,144); }

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

background-color css

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

 a { background-color: rgb(206,163,144); }

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

border-color css

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

 span { border-color: rgb(206,163,144); }

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