Html Css Color HEX #CC9574 Feldspar

📋 copy color: '#CC9574'

red 204 ◦ green 149 ◦ blue 116

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

Shades of Feldspar #CC9574

Tints of Feldspar #CC9574

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.77%

 BLUE value IS 116 (45.7% from 255) = 24.73%

R = 43.5%
G = 31.77%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CC9574 (or 0xCC9574) is known color: Feldspar. HEX triplet: CC, 95 and 74. RGB value is (204,149,116). Sum of RGB (Red+Green+Blue) = 204+149+116=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 149 (58.59% from 255 or 31.77% from 469); Blue value is 116 (45.70% from 255 or 24.73% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9574 is #336A8B. Grayscale: #A1A1A1. Windows color (decimal): -3369612 or 7640524. OLE color: 7640524.

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

Color convert

RGB 204 149 116 -
CMYK 0 0.27 0.43 0.2
HSL 22.5º 0.46% 0.63% -
HSV(B) 22.5º 0.43% 0.8% -
XYZ 38.8 35.59 21.35 -
YUV 161.68 102.22 158.18 -
System Red Green Blue C M Y K H S L
Decimal 204 149 116 0 0.27 0.43 0.2 22.5 0.46 0.63
Hex CC 95 74 0 1B 2B 14 16 2E 3F
Octal 314 225 164 0 33 53 24 26 56 77
Binary 11001100 10010101 1110100 0 11011 101011 10100 10110 101110 111111

Color Harmonies of #CC9574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9574

Black with #CC9574

Text Example


Text Example

White with #CC9574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9574; }

 p { color: rgb(204,149,116); }

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

background-color css

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

 a { background-color: rgb(204,149,116); }

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

border-color css

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

 span { border-color: rgb(204,149,116); }

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