Html Css Color HEX #CCAC9B Cashmere

📋 copy color: '#CCAC9B'

red 204 ◦ green 172 ◦ blue 155

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

Shades of Cashmere #CCAC9B

Tints of Cashmere #CCAC9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 29.19%

R = 38.42%
G = 32.39%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CCAC9B (or 0xCCAC9B) is known color: Cashmere. HEX triplet: CC, AC and 9B. RGB value is (204,172,155). Sum of RGB (Red+Green+Blue) = 204+172+155=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 172 (67.58% from 255 or 32.39% from 531); Blue value is 155 (60.94% from 255 or 29.19% from 531); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAC9B is #335364. Grayscale: #B3B3B3. Windows color (decimal): -3363685 or 10202316. OLE color: 10202316.

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

Color convert

RGB 204 172 155 -
CMYK 0 0.16 0.24 0.2
HSL 20.82º 0.32% 0.7% -
HSV(B) 20.82º 0.24% 0.8% -
XYZ 45.57 44.71 37.24 -
YUV 179.63 114.1 145.38 -
System Red Green Blue C M Y K H S L
Decimal 204 172 155 0 0.16 0.24 0.2 20.82 0.32 0.7
Hex CC AC 9B 0 10 18 14 15 20 46
Octal 314 254 233 0 20 30 24 25 40 106
Binary 11001100 10101100 10011011 0 10000 11000 10100 10101 100000 1000110

Color Harmonies of #CCAC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAC9B

Black with #CCAC9B

Text Example


Text Example

White with #CCAC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAC9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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