Html Css Color HEX #CCAC99 Cashmere

📋 copy color: '#CCAC99'

red 204 ◦ green 172 ◦ blue 153

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

Shades of Cashmere #CCAC99

Tints of Cashmere #CCAC99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 28.92%

R = 38.56%
G = 32.51%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CCAC99 (or 0xCCAC99) is known color: Cashmere. HEX triplet: CC, AC and 99. RGB value is (204,172,153). Sum of RGB (Red+Green+Blue) = 204+172+153=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 172 (67.58% from 255 or 32.51% from 529); Blue value is 153 (60.16% from 255 or 28.92% from 529); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAC99 is #335366. Grayscale: #B3B3B3. Windows color (decimal): -3363687 or 10071244. OLE color: 10071244.

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

Color convert

RGB 204 172 153 -
CMYK 0 0.16 0.25 0.2
HSL 22.35º 0.33% 0.7% -
HSV(B) 22.35º 0.25% 0.8% -
XYZ 45.4 44.64 36.36 -
YUV 179.4 113.1 145.54 -
System Red Green Blue C M Y K H S L
Decimal 204 172 153 0 0.16 0.25 0.2 22.35 0.33 0.7
Hex CC AC 99 0 10 19 14 16 21 46
Octal 314 254 231 0 20 31 24 26 41 106
Binary 11001100 10101100 10011001 0 10000 11001 10100 10110 100001 1000110

Color Harmonies of #CCAC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAC99

Black with #CCAC99

Text Example


Text Example

White with #CCAC99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAC99; }

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

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

background-color css

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

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

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

border-color css

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

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

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