Html Css Color HEX #CCA889 Cameo

📋 copy color: '#CCA889'

red 204 ◦ green 168 ◦ blue 137

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

Shades of Cameo #CCA889

Tints of Cameo #CCA889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 26.92%

R = 40.08%
G = 33.01%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#CCA889 (or 0xCCA889) is known color: Cameo. HEX triplet: CC, A8 and 89. RGB value is (204,168,137). Sum of RGB (Red+Green+Blue) = 204+168+137=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 168 (66.02% from 255 or 33.01% from 509); Blue value is 137 (53.91% from 255 or 26.92% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA889 is #335776. Grayscale: #AFAFAF. Windows color (decimal): -3364727 or 9021644. OLE color: 9021644.

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

Color convert

RGB 204 168 137 -
CMYK 0 0.18 0.33 0.2
HSL 27.76º 0.4% 0.67% -
HSV(B) 27.76º 0.33% 0.8% -
XYZ 43.42 42.65 29.61 -
YUV 175.23 106.43 148.52 -
System Red Green Blue C M Y K H S L
Decimal 204 168 137 0 0.18 0.33 0.2 27.76 0.4 0.67
Hex CC A8 89 0 12 21 14 1C 28 43
Octal 314 250 211 0 22 41 24 34 50 103
Binary 11001100 10101000 10001001 0 10010 100001 10100 11100 101000 1000011

Color Harmonies of #CCA889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA889

Black with #CCA889

Text Example


Text Example

White with #CCA889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA889; }

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

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

background-color css

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

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

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

border-color css

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

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

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