Html Css Color HEX #CCAB94 Cashmere

📋 copy color: '#CCAB94'

red 204 ◦ green 171 ◦ blue 148

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

Shades of Cashmere #CCAB94

Tints of Cashmere #CCAB94

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.7%

 BLUE value IS 148 (58.2% from 255) = 28.3%

R = 39.01%
G = 32.7%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CCAB94 (or 0xCCAB94) is known color: Cashmere. HEX triplet: CC, AB and 94. RGB value is (204,171,148). Sum of RGB (Red+Green+Blue) = 204+171+148=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 171 (67.19% from 255 or 32.70% from 523); Blue value is 148 (58.20% from 255 or 28.30% from 523); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAB94 is #33546B. Grayscale: #B2B2B2. Windows color (decimal): -3363948 or 9743308. OLE color: 9743308.

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

Color convert

RGB 204 171 148 -
CMYK 0 0.16 0.27 0.2
HSL 24.64º 0.35% 0.69% -
HSV(B) 24.64º 0.27% 0.8% -
XYZ 44.81 44.1 34.17 -
YUV 178.25 110.93 146.37 -
System Red Green Blue C M Y K H S L
Decimal 204 171 148 0 0.16 0.27 0.2 24.64 0.35 0.69
Hex CC AB 94 0 10 1B 14 19 23 45
Octal 314 253 224 0 20 33 24 31 43 105
Binary 11001100 10101011 10010100 0 10000 11011 10100 11001 100011 1000101

Color Harmonies of #CCAB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAB94

Black with #CCAB94

Text Example


Text Example

White with #CCAB94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAB94; }

 p { color: rgb(204,171,148); }

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

background-color css

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

 a { background-color: rgb(204,171,148); }

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

border-color css

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

 span { border-color: rgb(204,171,148); }

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