Html Css Color HEX #CD9577 Feldspar

📋 copy color: '#CD9577'

red 205 ◦ green 149 ◦ blue 119

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

Shades of Feldspar #CD9577

Tints of Feldspar #CD9577

RGB

 RED value IS 205 (80.47% from 255) = 43.34%

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

 BLUE value IS 119 (46.88% from 255) = 25.16%

R = 43.34%
G = 31.5%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CD9577 (or 0xCD9577) is known color: Feldspar. HEX triplet: CD, 95 and 77. RGB value is (205,149,119). Sum of RGB (Red+Green+Blue) = 205+149+119=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 149 (58.59% from 255 or 31.50% from 473); Blue value is 119 (46.88% from 255 or 25.16% from 473); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9577 is #326A88. Grayscale: #A2A2A2. Windows color (decimal): -3304073 or 7837133. OLE color: 7837133.

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

Color convert

RGB 205 149 119 -
CMYK 0 0.27 0.42 0.20
HSL 20.93º 0.46% 0.64% -
HSV(B) 20.93º 0.42% 0.8% -
XYZ 39.25 35.81 22.3 -
YUV 162.32 103.55 158.44 -
System Red Green Blue C M Y K H S L
Decimal 205 149 119 0 0.27 0.42 0.20 20.93 0.46 0.64
Hex CD 95 77 0 1B 2A 14 15 2E 40
Octal 315 225 167 0 33 52 24 25 56 100
Binary 11001101 10010101 1110111 0 11011 101010 10100 10101 101110 1000000

Color Harmonies of #CD9577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9577

Black with #CD9577

Text Example


Text Example

White with #CD9577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9577; }

 p { color: rgb(205,149,119); }

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

background-color css

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

 a { background-color: rgb(205,149,119); }

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

border-color css

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

 span { border-color: rgb(205,149,119); }

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