Html Css Color HEX #CF9471 Feldspar

📋 copy color: '#CF9471'

red 207 ◦ green 148 ◦ blue 113

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

Shades of Feldspar #CF9471

Tints of Feldspar #CF9471

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.62%

 BLUE value IS 113 (44.53% from 255) = 24.15%

R = 44.23%
G = 31.62%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CF9471 (or 0xCF9471) is known color: Feldspar. HEX triplet: CF, 94 and 71. RGB value is (207,148,113). Sum of RGB (Red+Green+Blue) = 207+148+113=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 148 (58.20% from 255 or 31.62% from 468); Blue value is 113 (44.53% from 255 or 24.15% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9471 is #306B8E. Grayscale: #A1A1A1. Windows color (decimal): -3173263 or 7443663. OLE color: 7443663.

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

Color convert

RGB 207 148 113 -
CMYK 0 0.29 0.45 0.19
HSL 22.34º 0.49% 0.63% -
HSV(B) 22.34º 0.45% 0.81% -
XYZ 39.3 35.64 20.43 -
YUV 161.65 100.55 160.35 -
System Red Green Blue C M Y K H S L
Decimal 207 148 113 0 0.29 0.45 0.19 22.34 0.49 0.63
Hex CF 94 71 0 1D 2D 13 16 31 3F
Octal 317 224 161 0 35 55 23 26 61 77
Binary 11001111 10010100 1110001 0 11101 101101 10011 10110 110001 111111

Color Harmonies of #CF9471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9471

Black with #CF9471

Text Example


Text Example

White with #CF9471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9471; }

 p { color: rgb(207,148,113); }

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

background-color css

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

 a { background-color: rgb(207,148,113); }

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

border-color css

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

 span { border-color: rgb(207,148,113); }

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