Html Css Color HEX #CCAB96 Cashmere

📋 copy color: '#CCAB96'

red 204 ◦ green 171 ◦ blue 150

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

Shades of Cashmere #CCAB96

Tints of Cashmere #CCAB96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 28.57%

R = 38.86%
G = 32.57%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#CCAB96 (or 0xCCAB96) is known color: Cashmere. HEX triplet: CC, AB and 96. RGB value is (204,171,150). Sum of RGB (Red+Green+Blue) = 204+171+150=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 150 (58.98% from 255 or 28.57% from 525); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAB96 is #335469. Grayscale: #B2B2B2. Windows color (decimal): -3363946 or 9874380. OLE color: 9874380.

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

Color convert

RGB 204 171 150 -
CMYK 0 0.16 0.26 0.2
HSL 23.33º 0.35% 0.69% -
HSV(B) 23.33º 0.26% 0.8% -
XYZ 44.97 44.17 35.01 -
YUV 178.47 111.93 146.21 -
System Red Green Blue C M Y K H S L
Decimal 204 171 150 0 0.16 0.26 0.2 23.33 0.35 0.69
Hex CC AB 96 0 10 1A 14 17 23 45
Octal 314 253 226 0 20 32 24 27 43 105
Binary 11001100 10101011 10010110 0 10000 11010 10100 10111 100011 1000101

Color Harmonies of #CCAB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAB96

Black with #CCAB96

Text Example


Text Example

White with #CCAB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAB96; }

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

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

background-color css

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

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

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

border-color css

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

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

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