Html Css Color HEX #CF9D73 Feldspar

📋 copy color: '#CF9D73'

red 207 ◦ green 157 ◦ blue 115

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

Shades of Feldspar #CF9D73

Tints of Feldspar #CF9D73

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.78%

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

R = 43.22%
G = 32.78%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CF9D73 (or 0xCF9D73) is known color: Feldspar. HEX triplet: CF, 9D and 73. RGB value is (207,157,115). Sum of RGB (Red+Green+Blue) = 207+157+115=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 157 (61.72% from 255 or 32.78% from 479); Blue value is 115 (45.31% from 255 or 24.01% from 479); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9D73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9D73 is #30628C. Grayscale: #A7A7A7. Windows color (decimal): -3170957 or 7577039. OLE color: 7577039.

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

Color convert

RGB 207 157 115 -
CMYK 0 0.24 0.44 0.19
HSL 27.39º 0.49% 0.63% -
HSV(B) 27.39º 0.44% 0.81% -
XYZ 40.88 38.62 21.52 -
YUV 167.16 98.57 156.42 -
System Red Green Blue C M Y K H S L
Decimal 207 157 115 0 0.24 0.44 0.19 27.39 0.49 0.63
Hex CF 9D 73 0 18 2C 13 1B 31 3F
Octal 317 235 163 0 30 54 23 33 61 77
Binary 11001111 10011101 1110011 0 11000 101100 10011 11011 110001 111111

Color Harmonies of #CF9D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9D73

Black with #CF9D73

Text Example


Text Example

White with #CF9D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9D73; }

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

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

background-color css

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

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

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

border-color css

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

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

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