Html Css Color HEX #CF8B73 Feldspar

📋 copy color: '#CF8B73'

red 207 ◦ green 139 ◦ blue 115

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

Shades of Feldspar #CF8B73

Tints of Feldspar #CF8B73

RGB

 RED value IS 207 (81.25% from 255) = 44.9%

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

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

R = 44.9%
G = 30.15%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CF8B73 (or 0xCF8B73) is known color: Feldspar. HEX triplet: CF, 8B and 73. RGB value is (207,139,115). Sum of RGB (Red+Green+Blue) = 207+139+115=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 139 (54.69% from 255 or 30.15% from 461); Blue value is 115 (45.31% from 255 or 24.95% from 461); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8B73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8B73 is #30748C. Grayscale: #9C9C9C. Windows color (decimal): -3175565 or 7572431. OLE color: 7572431.

HSL color Cylindrical-coordinate representation of color #CF8B73: hue angle of 15.65º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF8B73 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 139 115 -
CMYK 0 0.33 0.44 0.19
HSL 15.65º 0.49% 0.63% -
HSV(B) 15.65º 0.44% 0.81% -
XYZ 38.06 32.97 20.58 -
YUV 156.6 104.53 163.95 -
System Red Green Blue C M Y K H S L
Decimal 207 139 115 0 0.33 0.44 0.19 15.65 0.49 0.63
Hex CF 8B 73 0 21 2C 13 10 31 3F
Octal 317 213 163 0 41 54 23 20 61 77
Binary 11001111 10001011 1110011 0 100001 101100 10011 10000 110001 111111

Color Harmonies of #CF8B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8B73

Black with #CF8B73

Text Example


Text Example

White with #CF8B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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