Html Css Color HEX #CF9079 Feldspar

📋 copy color: '#CF9079'

red 207 ◦ green 144 ◦ blue 121

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

Shades of Feldspar #CF9079

Tints of Feldspar #CF9079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 25.64%

R = 43.86%
G = 30.51%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CF9079 (or 0xCF9079) is known color: Feldspar. HEX triplet: CF, 90 and 79. RGB value is (207,144,121). Sum of RGB (Red+Green+Blue) = 207+144+121=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 144 (56.64% from 255 or 30.51% from 472); Blue value is 121 (47.66% from 255 or 25.64% from 472); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9079 is #306F86. Grayscale: #A0A0A0. Windows color (decimal): -3174279 or 7966927. OLE color: 7966927.

HSL color Cylindrical-coordinate representation of color #CF9079: hue angle of 16.05º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF9079 is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 144 121 -
CMYK 0 0.30 0.42 0.19
HSL 16.05º 0.47% 0.64% -
HSV(B) 16.05º 0.42% 0.81% -
XYZ 39.16 34.59 22.7 -
YUV 160.22 105.87 161.37 -
System Red Green Blue C M Y K H S L
Decimal 207 144 121 0 0.30 0.42 0.19 16.05 0.47 0.64
Hex CF 90 79 0 1E 2A 13 10 2F 40
Octal 317 220 171 0 36 52 23 20 57 100
Binary 11001111 10010000 1111001 0 11110 101010 10011 10000 101111 1000000

Color Harmonies of #CF9079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9079

Black with #CF9079

Text Example


Text Example

White with #CF9079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9079; }

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

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

background-color css

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

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

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

border-color css

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

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

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