Html Css Color HEX #CC9A73 Feldspar

📋 copy color: '#CC9A73'

red 204 ◦ green 154 ◦ blue 115

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

Shades of Feldspar #CC9A73

Tints of Feldspar #CC9A73

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.56%

 BLUE value IS 115 (45.31% from 255) = 24.31%

R = 43.13%
G = 32.56%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CC9A73 (or 0xCC9A73) is known color: Feldspar. HEX triplet: CC, 9A and 73. RGB value is (204,154,115). Sum of RGB (Red+Green+Blue) = 204+154+115=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 154 (60.55% from 255 or 32.56% from 473); Blue value is 115 (45.31% from 255 or 24.31% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9A73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9A73 is #33658C. Grayscale: #A4A4A4. Windows color (decimal): -3368333 or 7576268. OLE color: 7576268.

HSL color Cylindrical-coordinate representation of color #CC9A73: hue angle of 26.29º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC9A73 is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 154 115 -
CMYK 0 0.25 0.44 0.2
HSL 26.29º 0.47% 0.63% -
HSV(B) 26.29º 0.44% 0.8% -
XYZ 39.55 37.19 21.31 -
YUV 164.5 100.07 156.17 -
System Red Green Blue C M Y K H S L
Decimal 204 154 115 0 0.25 0.44 0.2 26.29 0.47 0.63
Hex CC 9A 73 0 19 2C 14 1A 2F 3F
Octal 314 232 163 0 31 54 24 32 57 77
Binary 11001100 10011010 1110011 0 11001 101100 10100 11010 101111 111111

Color Harmonies of #CC9A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9A73

Black with #CC9A73

Text Example


Text Example

White with #CC9A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9A73; }

 p { color: rgb(204,154,115); }

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

background-color css

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

 a { background-color: rgb(204,154,115); }

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

border-color css

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

 span { border-color: rgb(204,154,115); }

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