Html Css Color HEX #CCAA90 Cashmere

📋 copy color: '#CCAA90'

red 204 ◦ green 170 ◦ blue 144

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

Shades of Cashmere #CCAA90

Tints of Cashmere #CCAA90

RGB

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

 GREEN value IS 170 (66.8% from 255) = 32.82%

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

R = 39.38%
G = 32.82%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CCAA90 (or 0xCCAA90) is known color: Cashmere. HEX triplet: CC, AA and 90. RGB value is (204,170,144). Sum of RGB (Red+Green+Blue) = 204+170+144=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 170 (66.80% from 255 or 32.82% from 518); Blue value is 144 (56.64% from 255 or 27.80% from 518); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAA90 is #33556F. Grayscale: #B1B1B1. Windows color (decimal): -3364208 or 9480908. OLE color: 9480908.

HSL color Cylindrical-coordinate representation of color #CCAA90: hue angle of 26º 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 #CCAA90 is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 170 144 -
CMYK 0 0.17 0.29 0.2
HSL 26º 0.37% 0.68% -
HSV(B) 26º 0.29% 0.8% -
XYZ 44.31 43.6 32.47 -
YUV 177.2 109.26 147.11 -
System Red Green Blue C M Y K H S L
Decimal 204 170 144 0 0.17 0.29 0.2 26 0.37 0.68
Hex CC AA 90 0 11 1D 14 1A 25 44
Octal 314 252 220 0 21 35 24 32 45 104
Binary 11001100 10101010 10010000 0 10001 11101 10100 11010 100101 1000100

Color Harmonies of #CCAA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAA90

Black with #CCAA90

Text Example


Text Example

White with #CCAA90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAA90; }

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

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

background-color css

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

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

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

border-color css

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

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

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