Html Css Color HEX #CC9E8B Quicksand

📋 copy color: '#CC9E8B'

red 204 ◦ green 158 ◦ blue 139

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

Shades of Quicksand #CC9E8B

Tints of Quicksand #CC9E8B

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.54%

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

R = 40.72%
G = 31.54%
B = 27.74%

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

#CC9E8B (or 0xCC9E8B) is known color: Quicksand. HEX triplet: CC, 9E and 8B. RGB value is (204,158,139). Sum of RGB (Red+Green+Blue) = 204+158+139=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 158 (62.11% from 255 or 31.54% from 501); Blue value is 139 (54.69% from 255 or 27.74% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9E8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9E8B is #336174. Grayscale: #A9A9A9. Windows color (decimal): -3367285 or 9150156. OLE color: 9150156.

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

Color convert

RGB 204 158 139 -
CMYK 0 0.23 0.32 0.2
HSL 17.54º 0.39% 0.67% -
HSV(B) 17.54º 0.32% 0.8% -
XYZ 41.79 39.16 29.78 -
YUV 169.59 110.74 152.54 -
System Red Green Blue C M Y K H S L
Decimal 204 158 139 0 0.23 0.32 0.2 17.54 0.39 0.67
Hex CC 9E 8B 0 17 20 14 12 27 43
Octal 314 236 213 0 27 40 24 22 47 103
Binary 11001100 10011110 10001011 0 10111 100000 10100 10010 100111 1000011

Color Harmonies of #CC9E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9E8B

Black with #CC9E8B

Text Example


Text Example

White with #CC9E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9E8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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