Html Css Color HEX #CCA890 Cameo

📋 copy color: '#CCA890'

red 204 ◦ green 168 ◦ blue 144

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

Shades of Cameo #CCA890

Tints of Cameo #CCA890

RGB

 RED value IS 204 (80.08% from 255) = 39.53%

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

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

R = 39.53%
G = 32.56%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CCA890 (or 0xCCA890) is known color: Cameo. HEX triplet: CC, A8 and 90. RGB value is (204,168,144). Sum of RGB (Red+Green+Blue) = 204+168+144=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 168 (66.02% from 255 or 32.56% from 516); Blue value is 144 (56.64% from 255 or 27.91% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA890 is #33576F. Grayscale: #B0B0B0. Windows color (decimal): -3364720 or 9480396. OLE color: 9480396.

HSL color Cylindrical-coordinate representation of color #CCA890: hue angle of 24º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCA890 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 168 144 -
CMYK 0 0.18 0.29 0.2
HSL 24º 0.37% 0.68% -
HSV(B) 24º 0.29% 0.8% -
XYZ 43.94 42.86 32.34 -
YUV 176.03 109.93 147.95 -
System Red Green Blue C M Y K H S L
Decimal 204 168 144 0 0.18 0.29 0.2 24 0.37 0.68
Hex CC A8 90 0 12 1D 14 18 25 44
Octal 314 250 220 0 22 35 24 30 45 104
Binary 11001100 10101000 10010000 0 10010 11101 10100 11000 100101 1000100

Color Harmonies of #CCA890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA890

Black with #CCA890

Text Example


Text Example

White with #CCA890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA890; }

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

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

background-color css

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

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

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

border-color css

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

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

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