Html Css Color HEX #CC9981 Feldspar

📋 copy color: '#CC9981'

red 204 ◦ green 153 ◦ blue 129

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

Shades of Feldspar #CC9981

Tints of Feldspar #CC9981

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.48%

 BLUE value IS 129 (50.78% from 255) = 26.54%

R = 41.98%
G = 31.48%
B = 26.54%

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

#CC9981 (or 0xCC9981) is known color: Feldspar. HEX triplet: CC, 99 and 81. RGB value is (204,153,129). Sum of RGB (Red+Green+Blue) = 204+153+129=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 129 (50.78% from 255 or 26.54% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9981 is #33667E. Grayscale: #A5A5A5. Windows color (decimal): -3368575 or 8493516. OLE color: 8493516.

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

Color convert

RGB 204 153 129 -
CMYK 0 0.25 0.37 0.2
HSL 19.2º 0.42% 0.65% -
HSV(B) 19.2º 0.37% 0.8% -
XYZ 40.26 37.2 25.83 -
YUV 165.51 107.4 155.45 -
System Red Green Blue C M Y K H S L
Decimal 204 153 129 0 0.25 0.37 0.2 19.2 0.42 0.65
Hex CC 99 81 0 19 25 14 13 2A 41
Octal 314 231 201 0 31 45 24 23 52 101
Binary 11001100 10011001 10000001 0 11001 100101 10100 10011 101010 1000001

Color Harmonies of #CC9981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9981

Black with #CC9981

Text Example


Text Example

White with #CC9981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9981; }

 p { color: rgb(204,153,129); }

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

background-color css

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

 a { background-color: rgb(204,153,129); }

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

border-color css

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

 span { border-color: rgb(204,153,129); }

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