Html Css Color HEX #CCAD99 Cashmere

📋 copy color: '#CCAD99'

red 204 ◦ green 173 ◦ blue 153

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

Shades of Cashmere #CCAD99

Tints of Cashmere #CCAD99

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.64%

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

R = 38.49%
G = 32.64%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CCAD99 (or 0xCCAD99) is known color: Cashmere. HEX triplet: CC, AD and 99. RGB value is (204,173,153). Sum of RGB (Red+Green+Blue) = 204+173+153=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 173 (67.97% from 255 or 32.64% from 530); Blue value is 153 (60.16% from 255 or 28.87% from 530); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAD99 is #335266. Grayscale: #B4B4B4. Windows color (decimal): -3363431 or 10071500. OLE color: 10071500.

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

Color convert

RGB 204 173 153 -
CMYK 0 0.15 0.25 0.2
HSL 23.53º 0.33% 0.7% -
HSV(B) 23.53º 0.25% 0.8% -
XYZ 45.6 45.02 36.42 -
YUV 179.99 112.77 145.13 -
System Red Green Blue C M Y K H S L
Decimal 204 173 153 0 0.15 0.25 0.2 23.53 0.33 0.7
Hex CC AD 99 0 F 19 14 18 21 46
Octal 314 255 231 0 17 31 24 30 41 106
Binary 11001100 10101101 10011001 0 1111 11001 10100 11000 100001 1000110

Color Harmonies of #CCAD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAD99

Black with #CCAD99

Text Example


Text Example

White with #CCAD99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAD99; }

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

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

background-color css

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

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

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

border-color css

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

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

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