Html Css Color HEX #CF9C79 Feldspar

📋 copy color: '#CF9C79'

red 207 ◦ green 156 ◦ blue 121

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

Shades of Feldspar #CF9C79

Tints of Feldspar #CF9C79

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.23%

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

R = 42.77%
G = 32.23%
B = 25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CF9C79 (or 0xCF9C79) is known color: Feldspar. HEX triplet: CF, 9C and 79. RGB value is (207,156,121). Sum of RGB (Red+Green+Blue) = 207+156+121=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 156 (61.33% from 255 or 32.23% from 484); Blue value is 121 (47.66% from 255 or 25% from 484); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9C79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9C79 is #306386. Grayscale: #A7A7A7. Windows color (decimal): -3171207 or 7969999. OLE color: 7969999.

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

Color convert

RGB 207 156 121 -
CMYK 0 0.25 0.42 0.19
HSL 24.42º 0.47% 0.64% -
HSV(B) 24.42º 0.42% 0.81% -
XYZ 41.07 38.42 23.34 -
YUV 167.26 101.9 156.35 -
System Red Green Blue C M Y K H S L
Decimal 207 156 121 0 0.25 0.42 0.19 24.42 0.47 0.64
Hex CF 9C 79 0 19 2A 13 18 2F 40
Octal 317 234 171 0 31 52 23 30 57 100
Binary 11001111 10011100 1111001 0 11001 101010 10011 11000 101111 1000000

Color Harmonies of #CF9C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9C79

Black with #CF9C79

Text Example


Text Example

White with #CF9C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9C79; }

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

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

background-color css

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

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

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

border-color css

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

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

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