Html Css Color HEX #CF9071 Feldspar

📋 copy color: '#CF9071'

red 207 ◦ green 144 ◦ blue 113

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

Shades of Feldspar #CF9071

Tints of Feldspar #CF9071

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.03%

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

R = 44.61%
G = 31.03%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CF9071 (or 0xCF9071) is known color: Feldspar. HEX triplet: CF, 90 and 71. RGB value is (207,144,113). Sum of RGB (Red+Green+Blue) = 207+144+113=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 144 (56.64% from 255 or 31.03% from 464); Blue value is 113 (44.53% from 255 or 24.35% from 464); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9071 is #306F8E. Grayscale: #9F9F9F. Windows color (decimal): -3174287 or 7442639. OLE color: 7442639.

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

Color convert

RGB 207 144 113 -
CMYK 0 0.30 0.45 0.19
HSL 19.79º 0.49% 0.63% -
HSV(B) 19.79º 0.45% 0.81% -
XYZ 38.69 34.4 20.22 -
YUV 159.3 101.87 162.02 -
System Red Green Blue C M Y K H S L
Decimal 207 144 113 0 0.30 0.45 0.19 19.79 0.49 0.63
Hex CF 90 71 0 1E 2D 13 14 31 3F
Octal 317 220 161 0 36 55 23 24 61 77
Binary 11001111 10010000 1110001 0 11110 101101 10011 10100 110001 111111

Color Harmonies of #CF9071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9071

Black with #CF9071

Text Example


Text Example

White with #CF9071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9071; }

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

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

background-color css

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

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

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

border-color css

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

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

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