Html Css Color HEX #CF9479 Feldspar

📋 copy color: '#CF9479'

red 207 ◦ green 148 ◦ blue 121

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

Shades of Feldspar #CF9479

Tints of Feldspar #CF9479

RGB

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

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

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

R = 43.49%
G = 31.09%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CF9479 (or 0xCF9479) is known color: Feldspar. HEX triplet: CF, 94 and 79. RGB value is (207,148,121). Sum of RGB (Red+Green+Blue) = 207+148+121=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 148 (58.20% from 255 or 31.09% from 476); Blue value is 121 (47.66% from 255 or 25.42% from 476); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9479 is #306B86. Grayscale: #A2A2A2. Windows color (decimal): -3173255 or 7967951. OLE color: 7967951.

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

Color convert

RGB 207 148 121 -
CMYK 0 0.29 0.42 0.19
HSL 18.84º 0.47% 0.64% -
HSV(B) 18.84º 0.42% 0.81% -
XYZ 39.77 35.83 22.91 -
YUV 162.56 104.55 159.7 -
System Red Green Blue C M Y K H S L
Decimal 207 148 121 0 0.29 0.42 0.19 18.84 0.47 0.64
Hex CF 94 79 0 1D 2A 13 13 2F 40
Octal 317 224 171 0 35 52 23 23 57 100
Binary 11001111 10010100 1111001 0 11101 101010 10011 10011 101111 1000000

Color Harmonies of #CF9479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9479

Black with #CF9479

Text Example


Text Example

White with #CF9479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9479; }

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

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

background-color css

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

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

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

border-color css

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

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

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