Html Css Color HEX #CEA690 Rose

📋 copy color: '#CEA690'

red 206 ◦ green 166 ◦ blue 144

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

Shades of Rose #CEA690

Tints of Rose #CEA690

RGB

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

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

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

R = 39.92%
G = 32.17%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CEA690 (or 0xCEA690) is known color: Rose. HEX triplet: CE, A6 and 90. RGB value is (206,166,144). Sum of RGB (Red+Green+Blue) = 206+166+144=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 166 (65.23% from 255 or 32.17% from 516); Blue value is 144 (56.64% from 255 or 27.91% from 516); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA690 is #31596F. Grayscale: #AFAFAF. Windows color (decimal): -3234160 or 9479886. OLE color: 9479886.

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

Color convert

RGB 206 166 144 -
CMYK 0 0.19 0.30 0.19
HSL 21.29º 0.39% 0.69% -
HSV(B) 21.29º 0.3% 0.81% -
XYZ 44.12 42.41 32.25 -
YUV 175.45 110.25 149.79 -
System Red Green Blue C M Y K H S L
Decimal 206 166 144 0 0.19 0.30 0.19 21.29 0.39 0.69
Hex CE A6 90 0 13 1E 13 15 27 45
Octal 316 246 220 0 23 36 23 25 47 105
Binary 11001110 10100110 10010000 0 10011 11110 10011 10101 100111 1000101

Color Harmonies of #CEA690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA690

Black with #CEA690

Text Example


Text Example

White with #CEA690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA690; }

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

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

background-color css

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

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

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

border-color css

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

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

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