Html Css Color HEX #CC9E8A Quicksand

📋 copy color: '#CC9E8A'

red 204 ◦ green 158 ◦ blue 138

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

Shades of Quicksand #CC9E8A

Tints of Quicksand #CC9E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.6%

R = 40.8%
G = 31.6%
B = 27.6%

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

#CC9E8A (or 0xCC9E8A) is known color: Quicksand. HEX triplet: CC, 9E and 8A. RGB value is (204,158,138). Sum of RGB (Red+Green+Blue) = 204+158+138=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 158 (62.11% from 255 or 31.6% from 500); Blue value is 138 (54.30% from 255 or 27.6% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9E8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9E8A is #336175. Grayscale: #A9A9A9. Windows color (decimal): -3367286 or 9084620. OLE color: 9084620.

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

Color convert

RGB 204 158 138 -
CMYK 0 0.23 0.32 0.2
HSL 18.18º 0.39% 0.67% -
HSV(B) 18.18º 0.32% 0.8% -
XYZ 41.72 39.13 29.4 -
YUV 169.47 110.24 152.63 -
System Red Green Blue C M Y K H S L
Decimal 204 158 138 0 0.23 0.32 0.2 18.18 0.39 0.67
Hex CC 9E 8A 0 17 20 14 12 27 43
Octal 314 236 212 0 27 40 24 22 47 103
Binary 11001100 10011110 10001010 0 10111 100000 10100 10010 100111 1000011

Color Harmonies of #CC9E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9E8A

Black with #CC9E8A

Text Example


Text Example

White with #CC9E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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