Html Css Color HEX #CF9A71 Feldspar

📋 copy color: '#CF9A71'

red 207 ◦ green 154 ◦ blue 113

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

Shades of Feldspar #CF9A71

Tints of Feldspar #CF9A71

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.49%

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

R = 43.67%
G = 32.49%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CF9A71 (or 0xCF9A71) is known color: Feldspar. HEX triplet: CF, 9A and 71. RGB value is (207,154,113). Sum of RGB (Red+Green+Blue) = 207+154+113=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 154 (60.55% from 255 or 32.49% from 474); Blue value is 113 (44.53% from 255 or 23.84% from 474); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9A71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9A71 is #30658E. Grayscale: #A5A5A5. Windows color (decimal): -3171727 or 7445199. OLE color: 7445199.

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

Color convert

RGB 207 154 113 -
CMYK 0 0.26 0.45 0.19
HSL 26.17º 0.49% 0.63% -
HSV(B) 26.17º 0.45% 0.81% -
XYZ 40.27 37.57 20.75 -
YUV 165.17 98.56 157.83 -
System Red Green Blue C M Y K H S L
Decimal 207 154 113 0 0.26 0.45 0.19 26.17 0.49 0.63
Hex CF 9A 71 0 1A 2D 13 1A 31 3F
Octal 317 232 161 0 32 55 23 32 61 77
Binary 11001111 10011010 1110001 0 11010 101101 10011 11010 110001 111111

Color Harmonies of #CF9A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9A71

Black with #CF9A71

Text Example


Text Example

White with #CF9A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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