Html Css Color HEX #CCAC98 Cashmere

📋 copy color: '#CCAC98'

red 204 ◦ green 172 ◦ blue 152

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

Shades of Cashmere #CCAC98

Tints of Cashmere #CCAC98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 28.79%

R = 38.64%
G = 32.58%
B = 28.79%

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

#CCAC98 (or 0xCCAC98) is known color: Cashmere. HEX triplet: CC, AC and 98. RGB value is (204,172,152). Sum of RGB (Red+Green+Blue) = 204+172+152=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 172 (67.58% from 255 or 32.58% from 528); Blue value is 152 (59.77% from 255 or 28.79% from 528); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAC98 is #335367. Grayscale: #B3B3B3. Windows color (decimal): -3363688 or 10005708. OLE color: 10005708.

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

Color convert

RGB 204 172 152 -
CMYK 0 0.16 0.25 0.2
HSL 23.08º 0.34% 0.7% -
HSV(B) 23.08º 0.25% 0.8% -
XYZ 45.32 44.61 35.93 -
YUV 179.29 112.6 145.63 -
System Red Green Blue C M Y K H S L
Decimal 204 172 152 0 0.16 0.25 0.2 23.08 0.34 0.7
Hex CC AC 98 0 10 19 14 17 22 46
Octal 314 254 230 0 20 31 24 27 42 106
Binary 11001100 10101100 10011000 0 10000 11001 10100 10111 100010 1000110

Color Harmonies of #CCAC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAC98

Black with #CCAC98

Text Example


Text Example

White with #CCAC98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAC98; }

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

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

background-color css

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

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

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

border-color css

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

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

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