Html Css Color HEX #CF9B73 Feldspar

📋 copy color: '#CF9B73'

red 207 ◦ green 155 ◦ blue 115

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

Shades of Feldspar #CF9B73

Tints of Feldspar #CF9B73

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.49%

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

R = 43.4%
G = 32.49%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CF9B73 (or 0xCF9B73) is known color: Feldspar. HEX triplet: CF, 9B and 73. RGB value is (207,155,115). Sum of RGB (Red+Green+Blue) = 207+155+115=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 155 (60.94% from 255 or 32.49% from 477); Blue value is 115 (45.31% from 255 or 24.11% from 477); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9B73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9B73 is #30648C. Grayscale: #A6A6A6. Windows color (decimal): -3171469 or 7576527. OLE color: 7576527.

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

Color convert

RGB 207 155 115 -
CMYK 0 0.25 0.44 0.19
HSL 26.09º 0.49% 0.63% -
HSV(B) 26.09º 0.44% 0.81% -
XYZ 40.55 37.95 21.41 -
YUV 165.99 99.23 157.25 -
System Red Green Blue C M Y K H S L
Decimal 207 155 115 0 0.25 0.44 0.19 26.09 0.49 0.63
Hex CF 9B 73 0 19 2C 13 1A 31 3F
Octal 317 233 163 0 31 54 23 32 61 77
Binary 11001111 10011011 1110011 0 11001 101100 10011 11010 110001 111111

Color Harmonies of #CF9B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9B73

Black with #CF9B73

Text Example


Text Example

White with #CF9B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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