Html Css Color HEX #CD9C76 Feldspar

📋 copy color: '#CD9C76'

red 205 ◦ green 156 ◦ blue 118

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

Shades of Feldspar #CD9C76

Tints of Feldspar #CD9C76

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.57%

 BLUE value IS 118 (46.48% from 255) = 24.63%

R = 42.8%
G = 32.57%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CD9C76 (or 0xCD9C76) is known color: Feldspar. HEX triplet: CD, 9C and 76. RGB value is (205,156,118). Sum of RGB (Red+Green+Blue) = 205+156+118=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 156 (61.33% from 255 or 32.57% from 479); Blue value is 118 (46.48% from 255 or 24.63% from 479); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9C76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9C76 is #326389. Grayscale: #A6A6A6. Windows color (decimal): -3302282 or 7773389. OLE color: 7773389.

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

Color convert

RGB 205 156 118 -
CMYK 0 0.24 0.42 0.20
HSL 26.21º 0.47% 0.63% -
HSV(B) 26.21º 0.42% 0.8% -
XYZ 40.34 38.06 22.36 -
YUV 166.32 100.73 155.59 -
System Red Green Blue C M Y K H S L
Decimal 205 156 118 0 0.24 0.42 0.20 26.21 0.47 0.63
Hex CD 9C 76 0 18 2A 14 1A 2F 3F
Octal 315 234 166 0 30 52 24 32 57 77
Binary 11001101 10011100 1110110 0 11000 101010 10100 11010 101111 111111

Color Harmonies of #CD9C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9C76

Black with #CD9C76

Text Example


Text Example

White with #CD9C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9C76; }

 p { color: rgb(205,156,118); }

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

background-color css

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

 a { background-color: rgb(205,156,118); }

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

border-color css

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

 span { border-color: rgb(205,156,118); }

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