Html Css Color HEX #CF9271 Feldspar

📋 copy color: '#CF9271'

red 207 ◦ green 146 ◦ blue 113

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

Shades of Feldspar #CF9271

Tints of Feldspar #CF9271

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.33%

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

R = 44.42%
G = 31.33%
B = 24.25%

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

#CF9271 (or 0xCF9271) is known color: Feldspar. HEX triplet: CF, 92 and 71. RGB value is (207,146,113). Sum of RGB (Red+Green+Blue) = 207+146+113=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 146 (57.42% from 255 or 31.33% from 466); Blue value is 113 (44.53% from 255 or 24.25% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9271 is #306D8E. Grayscale: #A0A0A0. Windows color (decimal): -3173775 or 7443151. OLE color: 7443151.

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

Color convert

RGB 207 146 113 -
CMYK 0 0.29 0.45 0.19
HSL 21.06º 0.49% 0.63% -
HSV(B) 21.06º 0.45% 0.81% -
XYZ 38.99 35.02 20.33 -
YUV 160.48 101.21 161.18 -
System Red Green Blue C M Y K H S L
Decimal 207 146 113 0 0.29 0.45 0.19 21.06 0.49 0.63
Hex CF 92 71 0 1D 2D 13 15 31 3F
Octal 317 222 161 0 35 55 23 25 61 77
Binary 11001111 10010010 1110001 0 11101 101101 10011 10101 110001 111111

Color Harmonies of #CF9271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9271

Black with #CF9271

Text Example


Text Example

White with #CF9271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9271; }

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

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

background-color css

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

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

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

border-color css

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

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

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