Html Css Color HEX #CC9880 Feldspar

📋 copy color: '#CC9880'

red 204 ◦ green 152 ◦ blue 128

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

Shades of Feldspar #CC9880

Tints of Feldspar #CC9880

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.4%

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

R = 42.15%
G = 31.4%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CC9880 (or 0xCC9880) is known color: Feldspar. HEX triplet: CC, 98 and 80. RGB value is (204,152,128). Sum of RGB (Red+Green+Blue) = 204+152+128=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 152 (59.77% from 255 or 31.40% from 484); Blue value is 128 (50.39% from 255 or 26.45% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9880 is #33677F. Grayscale: #A4A4A4. Windows color (decimal): -3368832 or 8427724. OLE color: 8427724.

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

Color convert

RGB 204 152 128 -
CMYK 0 0.25 0.37 0.2
HSL 18.95º 0.43% 0.65% -
HSV(B) 18.95º 0.37% 0.8% -
XYZ 40.03 36.85 25.43 -
YUV 164.81 107.23 155.95 -
System Red Green Blue C M Y K H S L
Decimal 204 152 128 0 0.25 0.37 0.2 18.95 0.43 0.65
Hex CC 98 80 0 19 25 14 13 2B 41
Octal 314 230 200 0 31 45 24 23 53 101
Binary 11001100 10011000 10000000 0 11001 100101 10100 10011 101011 1000001

Color Harmonies of #CC9880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9880

Black with #CC9880

Text Example


Text Example

White with #CC9880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9880; }

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

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

background-color css

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

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

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

border-color css

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

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

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