Html Css Color HEX #CD8B73 Feldspar

📋 copy color: '#CD8B73'

red 205 ◦ green 139 ◦ blue 115

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

Shades of Feldspar #CD8B73

Tints of Feldspar #CD8B73

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.28%

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

R = 44.66%
G = 30.28%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CD8B73 (or 0xCD8B73) is known color: Feldspar. HEX triplet: CD, 8B and 73. RGB value is (205,139,115). Sum of RGB (Red+Green+Blue) = 205+139+115=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 139 (54.69% from 255 or 30.28% from 459); Blue value is 115 (45.31% from 255 or 25.05% from 459); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8B73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8B73 is #32748C. Grayscale: #9C9C9C. Windows color (decimal): -3306637 or 7572429. OLE color: 7572429.

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

Color convert

RGB 205 139 115 -
CMYK 0 0.32 0.44 0.20
HSL 16º 0.47% 0.63% -
HSV(B) 16º 0.44% 0.8% -
XYZ 37.5 32.68 20.55 -
YUV 156 104.87 162.95 -
System Red Green Blue C M Y K H S L
Decimal 205 139 115 0 0.32 0.44 0.20 16 0.47 0.63
Hex CD 8B 73 0 20 2C 14 10 2F 3F
Octal 315 213 163 0 40 54 24 20 57 77
Binary 11001101 10001011 1110011 0 100000 101100 10100 10000 101111 111111

Color Harmonies of #CD8B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8B73

Black with #CD8B73

Text Example


Text Example

White with #CD8B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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