Html Css Color HEX #CCA08C Quicksand

📋 copy color: '#CCA08C'

red 204 ◦ green 160 ◦ blue 140

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

Shades of Quicksand #CCA08C

Tints of Quicksand #CCA08C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.75%

 BLUE value IS 140 (55.08% from 255) = 27.78%

R = 40.48%
G = 31.75%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CCA08C (or 0xCCA08C) is known color: Quicksand. HEX triplet: CC, A0 and 8C. RGB value is (204,160,140). Sum of RGB (Red+Green+Blue) = 204+160+140=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 160 (62.89% from 255 or 31.75% from 504); Blue value is 140 (55.08% from 255 or 27.78% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA08C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA08C is #335F73. Grayscale: #ABABAB. Windows color (decimal): -3366772 or 9216204. OLE color: 9216204.

HSL color Cylindrical-coordinate representation of color #CCA08C: hue angle of 18.75º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCA08C is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 160 140 -
CMYK 0 0.22 0.31 0.2
HSL 18.75º 0.39% 0.67% -
HSV(B) 18.75º 0.31% 0.8% -
XYZ 42.21 39.87 30.28 -
YUV 170.88 110.58 151.63 -
System Red Green Blue C M Y K H S L
Decimal 204 160 140 0 0.22 0.31 0.2 18.75 0.39 0.67
Hex CC A0 8C 0 16 1F 14 13 27 43
Octal 314 240 214 0 26 37 24 23 47 103
Binary 11001100 10100000 10001100 0 10110 11111 10100 10011 100111 1000011

Color Harmonies of #CCA08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA08C

Black with #CCA08C

Text Example


Text Example

White with #CCA08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA08C; }

 p { color: rgb(204,160,140); }

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

background-color css

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

 a { background-color: rgb(204,160,140); }

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

border-color css

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

 span { border-color: rgb(204,160,140); }

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