Html Css Color HEX #CC9B8B Quicksand

📋 copy color: '#CC9B8B'

red 204 ◦ green 155 ◦ blue 139

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

Shades of Quicksand #CC9B8B

Tints of Quicksand #CC9B8B

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.12%

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

R = 40.96%
G = 31.12%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC9B8B (or 0xCC9B8B) is known color: Quicksand. HEX triplet: CC, 9B and 8B. RGB value is (204,155,139). Sum of RGB (Red+Green+Blue) = 204+155+139=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 155 (60.94% from 255 or 31.12% from 498); Blue value is 139 (54.69% from 255 or 27.91% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9B8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9B8B is #336474. Grayscale: #A7A7A7. Windows color (decimal): -3368053 or 9149388. OLE color: 9149388.

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

Color convert

RGB 204 155 139 -
CMYK 0 0.24 0.32 0.2
HSL 14.77º 0.39% 0.67% -
HSV(B) 14.77º 0.32% 0.8% -
XYZ 41.28 38.14 29.61 -
YUV 167.83 111.73 153.8 -
System Red Green Blue C M Y K H S L
Decimal 204 155 139 0 0.24 0.32 0.2 14.77 0.39 0.67
Hex CC 9B 8B 0 18 20 14 F 27 43
Octal 314 233 213 0 30 40 24 17 47 103
Binary 11001100 10011011 10001011 0 11000 100000 10100 1111 100111 1000011

Color Harmonies of #CC9B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9B8B

Black with #CC9B8B

Text Example


Text Example

White with #CC9B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9B8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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