Html Css Color HEX #CC988B Quicksand

📋 copy color: '#CC988B'

red 204 ◦ green 152 ◦ blue 139

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

Shades of Quicksand #CC988B

Tints of Quicksand #CC988B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.71%

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

R = 41.21%
G = 30.71%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC988B (or 0xCC988B) is known color: Quicksand. HEX triplet: CC, 98 and 8B. RGB value is (204,152,139). Sum of RGB (Red+Green+Blue) = 204+152+139=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 152 (59.77% from 255 or 30.71% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CC988B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC988B is #336774. Grayscale: #A6A6A6. Windows color (decimal): -3368821 or 9148620. OLE color: 9148620.

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

Color convert

RGB 204 152 139 -
CMYK 0 0.25 0.32 0.2
HSL 12º 0.39% 0.67% -
HSV(B) 12º 0.32% 0.8% -
XYZ 40.79 37.16 29.45 -
YUV 166.07 112.73 155.06 -
System Red Green Blue C M Y K H S L
Decimal 204 152 139 0 0.25 0.32 0.2 12 0.39 0.67
Hex CC 98 8B 0 19 20 14 C 27 43
Octal 314 230 213 0 31 40 24 14 47 103
Binary 11001100 10011000 10001011 0 11001 100000 10100 1100 100111 1000011

Color Harmonies of #CC988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC988B

Black with #CC988B

Text Example


Text Example

White with #CC988B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC988B; }

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

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

background-color css

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

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

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

border-color css

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

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

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