Html Css Color HEX #CEA290 Rose

📋 copy color: '#CEA290'

red 206 ◦ green 162 ◦ blue 144

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

Shades of Rose #CEA290

Tints of Rose #CEA290

RGB

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

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

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

R = 40.23%
G = 31.64%
B = 28.13%

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

#CEA290 (or 0xCEA290) is known color: Rose. HEX triplet: CE, A2 and 90. RGB value is (206,162,144). Sum of RGB (Red+Green+Blue) = 206+162+144=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 162 (63.67% from 255 or 31.64% from 512); Blue value is 144 (56.64% from 255 or 28.12% from 512); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA290 is #315D6F. Grayscale: #ADADAD. Windows color (decimal): -3235184 or 9478862. OLE color: 9478862.

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

Color convert

RGB 206 162 144 -
CMYK 0 0.21 0.30 0.19
HSL 17.42º 0.39% 0.69% -
HSV(B) 17.42º 0.3% 0.81% -
XYZ 43.41 40.98 32.01 -
YUV 173.1 111.58 151.46 -
System Red Green Blue C M Y K H S L
Decimal 206 162 144 0 0.21 0.30 0.19 17.42 0.39 0.69
Hex CE A2 90 0 15 1E 13 11 27 45
Octal 316 242 220 0 25 36 23 21 47 105
Binary 11001110 10100010 10010000 0 10101 11110 10011 10001 100111 1000101

Color Harmonies of #CEA290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA290

Black with #CEA290

Text Example


Text Example

White with #CEA290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA290; }

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

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

background-color css

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

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

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

border-color css

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

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

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