Html Css Color HEX #CCAC90 Cashmere

📋 copy color: '#CCAC90'

red 204 ◦ green 172 ◦ blue 144

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

Shades of Cashmere #CCAC90

Tints of Cashmere #CCAC90

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.08%

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

R = 39.23%
G = 33.08%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CCAC90 (or 0xCCAC90) is known color: Cashmere. HEX triplet: CC, AC and 90. RGB value is (204,172,144). Sum of RGB (Red+Green+Blue) = 204+172+144=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 144 (56.64% from 255 or 27.69% from 520); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAC90 is #33536F. Grayscale: #B2B2B2. Windows color (decimal): -3363696 or 9481420. OLE color: 9481420.

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

Color convert

RGB 204 172 144 -
CMYK 0 0.16 0.29 0.2
HSL 28º 0.37% 0.68% -
HSV(B) 28º 0.29% 0.8% -
XYZ 44.69 44.36 32.59 -
YUV 178.38 108.6 146.28 -
System Red Green Blue C M Y K H S L
Decimal 204 172 144 0 0.16 0.29 0.2 28 0.37 0.68
Hex CC AC 90 0 10 1D 14 1C 25 44
Octal 314 254 220 0 20 35 24 34 45 104
Binary 11001100 10101100 10010000 0 10000 11101 10100 11100 100101 1000100

Color Harmonies of #CCAC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAC90

Black with #CCAC90

Text Example


Text Example

White with #CCAC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAC90; }

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

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

background-color css

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

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

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

border-color css

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

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

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