Html Css Color HEX #CCAC8F Cashmere

📋 copy color: '#CCAC8F'

red 204 ◦ green 172 ◦ blue 143

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

Shades of Cashmere #CCAC8F

Tints of Cashmere #CCAC8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.55%

R = 39.31%
G = 33.14%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CCAC8F (or 0xCCAC8F) is known color: Cashmere. HEX triplet: CC, AC and 8F. RGB value is (204,172,143). Sum of RGB (Red+Green+Blue) = 204+172+143=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 143 (56.25% from 255 or 27.55% from 519); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAC8F is #335370. Grayscale: #B2B2B2. Windows color (decimal): -3363697 or 9415884. OLE color: 9415884.

HSL color Cylindrical-coordinate representation of color #CCAC8F: hue angle of 28.52º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCAC8F is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 172 143 -
CMYK 0 0.16 0.30 0.2
HSL 28.52º 0.37% 0.68% -
HSV(B) 28.52º 0.3% 0.8% -
XYZ 44.61 44.33 32.19 -
YUV 178.26 108.1 146.36 -
System Red Green Blue C M Y K H S L
Decimal 204 172 143 0 0.16 0.30 0.2 28.52 0.37 0.68
Hex CC AC 8F 0 10 1E 14 1D 25 44
Octal 314 254 217 0 20 36 24 35 45 104
Binary 11001100 10101100 10001111 0 10000 11110 10100 11101 100101 1000100

Color Harmonies of #CCAC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAC8F

Black with #CCAC8F

Text Example


Text Example

White with #CCAC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAC8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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