Html Css Color HEX #CF9477 Feldspar

📋 copy color: '#CF9477'

red 207 ◦ green 148 ◦ blue 119

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

Shades of Feldspar #CF9477

Tints of Feldspar #CF9477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.11%

R = 43.67%
G = 31.22%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CF9477 (or 0xCF9477) is known color: Feldspar. HEX triplet: CF, 94 and 77. RGB value is (207,148,119). Sum of RGB (Red+Green+Blue) = 207+148+119=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 148 (58.20% from 255 or 31.22% from 474); Blue value is 119 (46.88% from 255 or 25.11% from 474); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9477 is #306B88. Grayscale: #A2A2A2. Windows color (decimal): -3173257 or 7836879. OLE color: 7836879.

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

Color convert

RGB 207 148 119 -
CMYK 0 0.29 0.43 0.19
HSL 19.77º 0.48% 0.64% -
HSV(B) 19.77º 0.43% 0.81% -
XYZ 39.65 35.78 22.27 -
YUV 162.34 103.55 159.86 -
System Red Green Blue C M Y K H S L
Decimal 207 148 119 0 0.29 0.43 0.19 19.77 0.48 0.64
Hex CF 94 77 0 1D 2B 13 14 30 40
Octal 317 224 167 0 35 53 23 24 60 100
Binary 11001111 10010100 1110111 0 11101 101011 10011 10100 110000 1000000

Color Harmonies of #CF9477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9477

Black with #CF9477

Text Example


Text Example

White with #CF9477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9477; }

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

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

background-color css

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

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

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

border-color css

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

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

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