Html Css Color HEX #CEA890 Cameo

📋 copy color: '#CEA890'

red 206 ◦ green 168 ◦ blue 144

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

Shades of Cameo #CEA890

Tints of Cameo #CEA890

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.43%

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

R = 39.77%
G = 32.43%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CEA890 (or 0xCEA890) is known color: Cameo. HEX triplet: CE, A8 and 90. RGB value is (206,168,144). Sum of RGB (Red+Green+Blue) = 206+168+144=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 168 (66.02% from 255 or 32.43% from 518); Blue value is 144 (56.64% from 255 or 27.80% from 518); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA890 is #31576F. Grayscale: #B0B0B0. Windows color (decimal): -3233648 or 9480398. OLE color: 9480398.

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

Color convert

RGB 206 168 144 -
CMYK 0 0.18 0.30 0.19
HSL 23.23º 0.39% 0.69% -
HSV(B) 23.23º 0.3% 0.81% -
XYZ 44.49 43.14 32.37 -
YUV 176.63 109.59 148.95 -
System Red Green Blue C M Y K H S L
Decimal 206 168 144 0 0.18 0.30 0.19 23.23 0.39 0.69
Hex CE A8 90 0 12 1E 13 17 27 45
Octal 316 250 220 0 22 36 23 27 47 105
Binary 11001110 10101000 10010000 0 10010 11110 10011 10111 100111 1000101

Color Harmonies of #CEA890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA890

Black with #CEA890

Text Example


Text Example

White with #CEA890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA890; }

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

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

background-color css

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

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

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

border-color css

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

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

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