Html Css Color HEX #CCAB99 Cashmere

📋 copy color: '#CCAB99'

red 204 ◦ green 171 ◦ blue 153

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

Shades of Cashmere #CCAB99

Tints of Cashmere #CCAB99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 28.98%

R = 38.64%
G = 32.39%
B = 28.98%

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

#CCAB99 (or 0xCCAB99) is known color: Cashmere. HEX triplet: CC, AB and 99. RGB value is (204,171,153). Sum of RGB (Red+Green+Blue) = 204+171+153=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 171 (67.19% from 255 or 32.39% from 528); Blue value is 153 (60.16% from 255 or 28.98% from 528); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAB99 is #335466. Grayscale: #B2B2B2. Windows color (decimal): -3363943 or 10070988. OLE color: 10070988.

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

Color convert

RGB 204 171 153 -
CMYK 0 0.16 0.25 0.2
HSL 21.18º 0.33% 0.7% -
HSV(B) 21.18º 0.25% 0.8% -
XYZ 45.21 44.26 36.3 -
YUV 178.82 113.43 145.96 -
System Red Green Blue C M Y K H S L
Decimal 204 171 153 0 0.16 0.25 0.2 21.18 0.33 0.7
Hex CC AB 99 0 10 19 14 15 21 46
Octal 314 253 231 0 20 31 24 25 41 106
Binary 11001100 10101011 10011001 0 10000 11001 10100 10101 100001 1000110

Color Harmonies of #CCAB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAB99

Black with #CCAB99

Text Example


Text Example

White with #CCAB99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAB99; }

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

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

background-color css

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

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

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

border-color css

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

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

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