Html Css Color HEX #CD9C73 Feldspar

📋 copy color: '#CD9C73'

red 205 ◦ green 156 ◦ blue 115

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

Shades of Feldspar #CD9C73

Tints of Feldspar #CD9C73

RGB

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

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

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

R = 43.07%
G = 32.77%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CD9C73 (or 0xCD9C73) is known color: Feldspar. HEX triplet: CD, 9C and 73. RGB value is (205,156,115). Sum of RGB (Red+Green+Blue) = 205+156+115=476 (63% of max value = 765). Red value is 205 (80.47% from 255 or 43.07% from 476); Green value is 156 (61.33% from 255 or 32.77% from 476); Blue value is 115 (45.31% from 255 or 24.16% from 476); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9C73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9C73 is #32638C. Grayscale: #A6A6A6. Windows color (decimal): -3302285 or 7576781. OLE color: 7576781.

HSL color Cylindrical-coordinate representation of color #CD9C73: hue angle of 27.33º 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 #CD9C73 is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 156 115 -
CMYK 0 0.24 0.44 0.20
HSL 27.33º 0.47% 0.63% -
HSV(B) 27.33º 0.44% 0.8% -
XYZ 40.16 37.99 21.44 -
YUV 165.98 99.23 155.83 -
System Red Green Blue C M Y K H S L
Decimal 205 156 115 0 0.24 0.44 0.20 27.33 0.47 0.63
Hex CD 9C 73 0 18 2C 14 1B 2F 3F
Octal 315 234 163 0 30 54 24 33 57 77
Binary 11001101 10011100 1110011 0 11000 101100 10100 11011 101111 111111

Color Harmonies of #CD9C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9C73

Black with #CD9C73

Text Example


Text Example

White with #CD9C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9C73; }

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

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

background-color css

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

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

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

border-color css

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

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

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