Html Css Color HEX #CC9779 Feldspar

📋 copy color: '#CC9779'

red 204 ◦ green 151 ◦ blue 121

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

Shades of Feldspar #CC9779

Tints of Feldspar #CC9779

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.72%

 BLUE value IS 121 (47.66% from 255) = 25.42%

R = 42.86%
G = 31.72%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CC9779 (or 0xCC9779) is known color: Feldspar. HEX triplet: CC, 97 and 79. RGB value is (204,151,121). Sum of RGB (Red+Green+Blue) = 204+151+121=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 151 (59.38% from 255 or 31.72% from 476); Blue value is 121 (47.66% from 255 or 25.42% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9779 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9779 is #336886. Grayscale: #A3A3A3. Windows color (decimal): -3369095 or 7968716. OLE color: 7968716.

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

Color convert

RGB 204 151 121 -
CMYK 0 0.26 0.41 0.2
HSL 21.69º 0.45% 0.64% -
HSV(B) 21.69º 0.41% 0.8% -
XYZ 39.42 36.35 23.03 -
YUV 163.43 104.06 156.94 -
System Red Green Blue C M Y K H S L
Decimal 204 151 121 0 0.26 0.41 0.2 21.69 0.45 0.64
Hex CC 97 79 0 1A 29 14 16 2D 40
Octal 314 227 171 0 32 51 24 26 55 100
Binary 11001100 10010111 1111001 0 11010 101001 10100 10110 101101 1000000

Color Harmonies of #CC9779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9779

Black with #CC9779

Text Example


Text Example

White with #CC9779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9779; }

 p { color: rgb(204,151,121); }

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

background-color css

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

 a { background-color: rgb(204,151,121); }

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

border-color css

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

 span { border-color: rgb(204,151,121); }

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