Html Css Color HEX #CEA990 Cameo

📋 copy color: '#CEA990'

red 206 ◦ green 169 ◦ blue 144

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

Shades of Cameo #CEA990

Tints of Cameo #CEA990

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.56%

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

R = 39.69%
G = 32.56%
B = 27.75%

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

#CEA990 (or 0xCEA990) is known color: Cameo. HEX triplet: CE, A9 and 90. RGB value is (206,169,144). Sum of RGB (Red+Green+Blue) = 206+169+144=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 169 (66.41% from 255 or 32.56% from 519); Blue value is 144 (56.64% from 255 or 27.75% from 519); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA990 is #31566F. Grayscale: #B1B1B1. Windows color (decimal): -3233392 or 9480654. OLE color: 9480654.

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

Color convert

RGB 206 169 144 -
CMYK 0 0.18 0.30 0.19
HSL 24.19º 0.39% 0.69% -
HSV(B) 24.19º 0.3% 0.81% -
XYZ 44.68 43.51 32.43 -
YUV 177.21 109.26 148.53 -
System Red Green Blue C M Y K H S L
Decimal 206 169 144 0 0.18 0.30 0.19 24.19 0.39 0.69
Hex CE A9 90 0 12 1E 13 18 27 45
Octal 316 251 220 0 22 36 23 30 47 105
Binary 11001110 10101001 10010000 0 10010 11110 10011 11000 100111 1000101

Color Harmonies of #CEA990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA990

Black with #CEA990

Text Example


Text Example

White with #CEA990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA990; }

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

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

background-color css

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

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

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

border-color css

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

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

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