Html Css Color HEX #C9AC9C Cashmere

📋 copy color: '#C9AC9C'

red 201 ◦ green 172 ◦ blue 156

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

Shades of Cashmere #C9AC9C

Tints of Cashmere #C9AC9C

RGB

 RED value IS 201 (78.91% from 255) = 38%

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

 BLUE value IS 156 (61.33% from 255) = 29.49%

R = 38%
G = 32.51%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#C9AC9C (or 0xC9AC9C) is known color: Cashmere. HEX triplet: C9, AC and 9C. RGB value is (201,172,156). Sum of RGB (Red+Green+Blue) = 201+172+156=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 172 (67.58% from 255 or 32.51% from 529); Blue value is 156 (61.33% from 255 or 29.49% from 529); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AC9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AC9C is #365363. Grayscale: #B2B2B2. Windows color (decimal): -3560292 or 10267849. OLE color: 10267849.

HSL color Cylindrical-coordinate representation of color #C9AC9C: hue angle of 21.33º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C9AC9C is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 172 156 -
CMYK 0 0.14 0.22 0.21
HSL 21.33º 0.29% 0.7% -
HSV(B) 21.33º 0.22% 0.79% -
XYZ 44.84 44.32 37.64 -
YUV 178.85 115.11 143.8 -
System Red Green Blue C M Y K H S L
Decimal 201 172 156 0 0.14 0.22 0.21 21.33 0.29 0.7
Hex C9 AC 9C 0 E 16 15 15 1D 46
Octal 311 254 234 0 16 26 25 25 35 106
Binary 11001001 10101100 10011100 0 1110 10110 10101 10101 11101 1000110

Color Harmonies of #C9AC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AC9C

Black with #C9AC9C

Text Example


Text Example

White with #C9AC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AC9C; }

 p { color: rgb(201,172,156); }

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

background-color css

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

 a { background-color: rgb(201,172,156); }

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

border-color css

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

 span { border-color: rgb(201,172,156); }

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