Html Css Color HEX #CF9978 Feldspar

📋 copy color: '#CF9978'

red 207 ◦ green 153 ◦ blue 120

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

Shades of Feldspar #CF9978

Tints of Feldspar #CF9978

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.88%

 BLUE value IS 120 (47.27% from 255) = 25%

R = 43.13%
G = 31.88%
B = 25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CF9978 (or 0xCF9978) is known color: Feldspar. HEX triplet: CF, 99 and 78. RGB value is (207,153,120). Sum of RGB (Red+Green+Blue) = 207+153+120=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 153 (60.16% from 255 or 31.88% from 480); Blue value is 120 (47.27% from 255 or 25% from 480); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9978 is #306687. Grayscale: #A5A5A5. Windows color (decimal): -3171976 or 7903695. OLE color: 7903695.

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

Color convert

RGB 207 153 120 -
CMYK 0 0.26 0.42 0.19
HSL 22.76º 0.48% 0.64% -
HSV(B) 22.76º 0.42% 0.81% -
XYZ 40.51 37.4 22.85 -
YUV 165.38 102.39 157.68 -
System Red Green Blue C M Y K H S L
Decimal 207 153 120 0 0.26 0.42 0.19 22.76 0.48 0.64
Hex CF 99 78 0 1A 2A 13 17 30 40
Octal 317 231 170 0 32 52 23 27 60 100
Binary 11001111 10011001 1111000 0 11010 101010 10011 10111 110000 1000000

Color Harmonies of #CF9978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9978

Black with #CF9978

Text Example


Text Example

White with #CF9978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9978; }

 p { color: rgb(207,153,120); }

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

background-color css

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

 a { background-color: rgb(207,153,120); }

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

border-color css

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

 span { border-color: rgb(207,153,120); }

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