Html Css Color HEX #CC9F8B Quicksand

📋 copy color: '#CC9F8B'

red 204 ◦ green 159 ◦ blue 139

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

Shades of Quicksand #CC9F8B

Tints of Quicksand #CC9F8B

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.67%

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

R = 40.64%
G = 31.67%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC9F8B (or 0xCC9F8B) is known color: Quicksand. HEX triplet: CC, 9F and 8B. RGB value is (204,159,139). Sum of RGB (Red+Green+Blue) = 204+159+139=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 159 (62.5% from 255 or 31.67% from 502); Blue value is 139 (54.69% from 255 or 27.69% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9F8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9F8B is #336074. Grayscale: #AAAAAA. Windows color (decimal): -3367029 or 9150412. OLE color: 9150412.

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

Color convert

RGB 204 159 139 -
CMYK 0 0.22 0.32 0.2
HSL 18.46º 0.39% 0.67% -
HSV(B) 18.46º 0.32% 0.8% -
XYZ 41.96 39.5 29.84 -
YUV 170.18 110.41 152.13 -
System Red Green Blue C M Y K H S L
Decimal 204 159 139 0 0.22 0.32 0.2 18.46 0.39 0.67
Hex CC 9F 8B 0 16 20 14 12 27 43
Octal 314 237 213 0 26 40 24 22 47 103
Binary 11001100 10011111 10001011 0 10110 100000 10100 10010 100111 1000011

Color Harmonies of #CC9F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9F8B

Black with #CC9F8B

Text Example


Text Example

White with #CC9F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9F8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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