Html Css Color HEX #CC948A Quicksand

📋 copy color: '#CC948A'

red 204 ◦ green 148 ◦ blue 138

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

Shades of Quicksand #CC948A

Tints of Quicksand #CC948A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.2%

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

R = 41.63%
G = 30.2%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC948A (or 0xCC948A) is known color: Quicksand. HEX triplet: CC, 94 and 8A. RGB value is (204,148,138). Sum of RGB (Red+Green+Blue) = 204+148+138=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 148 (58.20% from 255 or 30.20% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CC948A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC948A is #336B75. Grayscale: #A3A3A3. Windows color (decimal): -3369846 or 9082060. OLE color: 9082060.

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

Color convert

RGB 204 148 138 -
CMYK 0 0.27 0.32 0.2
HSL 9.09º 0.39% 0.67% -
HSV(B) 9.09º 0.32% 0.8% -
XYZ 40.08 35.85 28.85 -
YUV 163.6 113.55 156.81 -
System Red Green Blue C M Y K H S L
Decimal 204 148 138 0 0.27 0.32 0.2 9.09 0.39 0.67
Hex CC 94 8A 0 1B 20 14 9 27 43
Octal 314 224 212 0 33 40 24 11 47 103
Binary 11001100 10010100 10001010 0 11011 100000 10100 1001 100111 1000011

Color Harmonies of #CC948A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC948A

Black with #CC948A

Text Example


Text Example

White with #CC948A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC948A; }

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

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

background-color css

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

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

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

border-color css

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

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

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