Html Css Color HEX #CC968A Quicksand

📋 copy color: '#CC968A'

red 204 ◦ green 150 ◦ blue 138

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

Shades of Quicksand #CC968A

Tints of Quicksand #CC968A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.49%

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

R = 41.46%
G = 30.49%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC968A (or 0xCC968A) is known color: Quicksand. HEX triplet: CC, 96 and 8A. RGB value is (204,150,138). Sum of RGB (Red+Green+Blue) = 204+150+138=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 204 - color contains mainly: red. Hex color #CC968A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC968A is #336975. Grayscale: #A4A4A4. Windows color (decimal): -3369334 or 9082572. OLE color: 9082572.

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

Color convert

RGB 204 150 138 -
CMYK 0 0.26 0.32 0.2
HSL 10.91º 0.39% 0.67% -
HSV(B) 10.91º 0.32% 0.8% -
XYZ 40.4 36.49 28.96 -
YUV 164.78 112.89 155.98 -
System Red Green Blue C M Y K H S L
Decimal 204 150 138 0 0.26 0.32 0.2 10.91 0.39 0.67
Hex CC 96 8A 0 1A 20 14 B 27 43
Octal 314 226 212 0 32 40 24 13 47 103
Binary 11001100 10010110 10001010 0 11010 100000 10100 1011 100111 1000011

Color Harmonies of #CC968A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC968A

Black with #CC968A

Text Example


Text Example

White with #CC968A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC968A; }

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

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

background-color css

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

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

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

border-color css

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

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

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