Html Css Color HEX #CCAD9D Cashmere

📋 copy color: '#CCAD9D'

red 204 ◦ green 173 ◦ blue 157

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

Shades of Cashmere #CCAD9D

Tints of Cashmere #CCAD9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 29.4%

R = 38.2%
G = 32.4%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CCAD9D (or 0xCCAD9D) is known color: Cashmere. HEX triplet: CC, AD and 9D. RGB value is (204,173,157). Sum of RGB (Red+Green+Blue) = 204+173+157=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 173 (67.97% from 255 or 32.40% from 534); Blue value is 157 (61.72% from 255 or 29.40% from 534); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAD9D is #335262. Grayscale: #B4B4B4. Windows color (decimal): -3363427 or 10333644. OLE color: 10333644.

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

Color convert

RGB 204 173 157 -
CMYK 0 0.15 0.23 0.2
HSL 20.43º 0.32% 0.71% -
HSV(B) 20.43º 0.23% 0.8% -
XYZ 45.93 45.16 38.19 -
YUV 180.45 114.77 144.8 -
System Red Green Blue C M Y K H S L
Decimal 204 173 157 0 0.15 0.23 0.2 20.43 0.32 0.71
Hex CC AD 9D 0 F 17 14 14 20 47
Octal 314 255 235 0 17 27 24 24 40 107
Binary 11001100 10101101 10011101 0 1111 10111 10100 10100 100000 1000111

Color Harmonies of #CCAD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAD9D

Black with #CCAD9D

Text Example


Text Example

White with #CCAD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAD9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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