Html Css Color HEX #CC9D8B Quicksand

📋 copy color: '#CC9D8B'

red 204 ◦ green 157 ◦ blue 139

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

Shades of Quicksand #CC9D8B

Tints of Quicksand #CC9D8B

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.4%

 BLUE value IS 139 (54.69% from 255) = 27.8%

R = 40.8%
G = 31.4%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC9D8B (or 0xCC9D8B) is known color: Quicksand. HEX triplet: CC, 9D and 8B. RGB value is (204,157,139). Sum of RGB (Red+Green+Blue) = 204+157+139=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 157 (61.72% from 255 or 31.4% from 500); Blue value is 139 (54.69% from 255 or 27.8% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9D8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9D8B is #336274. Grayscale: #A9A9A9. Windows color (decimal): -3367541 or 9149900. OLE color: 9149900.

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

Color convert

RGB 204 157 139 -
CMYK 0 0.23 0.32 0.2
HSL 16.62º 0.39% 0.67% -
HSV(B) 16.62º 0.32% 0.8% -
XYZ 41.62 38.82 29.72 -
YUV 169 111.07 152.96 -
System Red Green Blue C M Y K H S L
Decimal 204 157 139 0 0.23 0.32 0.2 16.62 0.39 0.67
Hex CC 9D 8B 0 17 20 14 11 27 43
Octal 314 235 213 0 27 40 24 21 47 103
Binary 11001100 10011101 10001011 0 10111 100000 10100 10001 100111 1000011

Color Harmonies of #CC9D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9D8B

Black with #CC9D8B

Text Example


Text Example

White with #CC9D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9D8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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