Html Css Color HEX #CCAD90 Cashmere

📋 copy color: '#CCAD90'

red 204 ◦ green 173 ◦ blue 144

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

Shades of Cashmere #CCAD90

Tints of Cashmere #CCAD90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.64%

R = 39.16%
G = 33.21%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CCAD90 (or 0xCCAD90) is known color: Cashmere. HEX triplet: CC, AD and 90. RGB value is (204,173,144). Sum of RGB (Red+Green+Blue) = 204+173+144=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 144 (56.64% from 255 or 27.64% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAD90 is #33526F. Grayscale: #B3B3B3. Windows color (decimal): -3363440 or 9481676. OLE color: 9481676.

HSL color Cylindrical-coordinate representation of color #CCAD90: hue angle of 29º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCAD90 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 173 144 -
CMYK 0 0.15 0.29 0.2
HSL 29º 0.37% 0.68% -
HSV(B) 29º 0.29% 0.8% -
XYZ 44.88 44.74 32.66 -
YUV 178.96 108.27 145.86 -
System Red Green Blue C M Y K H S L
Decimal 204 173 144 0 0.15 0.29 0.2 29 0.37 0.68
Hex CC AD 90 0 F 1D 14 1D 25 44
Octal 314 255 220 0 17 35 24 35 45 104
Binary 11001100 10101101 10010000 0 1111 11101 10100 11101 100101 1000100

Color Harmonies of #CCAD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAD90

Black with #CCAD90

Text Example


Text Example

White with #CCAD90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAD90; }

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

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

background-color css

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

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

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

border-color css

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

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

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