Html Css Color HEX #CC9680 Feldspar

📋 copy color: '#CC9680'

red 204 ◦ green 150 ◦ blue 128

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

Shades of Feldspar #CC9680

Tints of Feldspar #CC9680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 26.56%

R = 42.32%
G = 31.12%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CC9680 (or 0xCC9680) is known color: Feldspar. HEX triplet: CC, 96 and 80. RGB value is (204,150,128). Sum of RGB (Red+Green+Blue) = 204+150+128=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 150 (58.98% from 255 or 31.12% from 482); Blue value is 128 (50.39% from 255 or 26.56% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9680 is #33697F. Grayscale: #A3A3A3. Windows color (decimal): -3369344 or 8427212. OLE color: 8427212.

HSL color Cylindrical-coordinate representation of color #CC9680: hue angle of 17.37º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CC9680 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 150 128 -
CMYK 0 0.26 0.37 0.2
HSL 17.37º 0.43% 0.65% -
HSV(B) 17.37º 0.37% 0.8% -
XYZ 39.7 36.21 25.32 -
YUV 163.64 107.89 156.79 -
System Red Green Blue C M Y K H S L
Decimal 204 150 128 0 0.26 0.37 0.2 17.37 0.43 0.65
Hex CC 96 80 0 1A 25 14 11 2B 41
Octal 314 226 200 0 32 45 24 21 53 101
Binary 11001100 10010110 10000000 0 11010 100101 10100 10001 101011 1000001

Color Harmonies of #CC9680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9680

Black with #CC9680

Text Example


Text Example

White with #CC9680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9680; }

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

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

background-color css

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

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

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

border-color css

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

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

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