Html Css Color HEX #CF9578 Feldspar

📋 copy color: '#CF9578'

red 207 ◦ green 149 ◦ blue 120

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

Shades of Feldspar #CF9578

Tints of Feldspar #CF9578

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.3%

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

R = 43.49%
G = 31.3%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CF9578 (or 0xCF9578) is known color: Feldspar. HEX triplet: CF, 95 and 78. RGB value is (207,149,120). Sum of RGB (Red+Green+Blue) = 207+149+120=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 149 (58.59% from 255 or 31.30% from 476); Blue value is 120 (47.27% from 255 or 25.21% from 476); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9578 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9578 is #306A87. Grayscale: #A3A3A3. Windows color (decimal): -3173000 or 7902671. OLE color: 7902671.

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

Color convert

RGB 207 149 120 -
CMYK 0 0.28 0.42 0.19
HSL 20º 0.48% 0.64% -
HSV(B) 20º 0.42% 0.81% -
XYZ 39.87 36.12 22.64 -
YUV 163.04 103.72 159.36 -
System Red Green Blue C M Y K H S L
Decimal 207 149 120 0 0.28 0.42 0.19 20 0.48 0.64
Hex CF 95 78 0 1C 2A 13 14 30 40
Octal 317 225 170 0 34 52 23 24 60 100
Binary 11001111 10010101 1111000 0 11100 101010 10011 10100 110000 1000000

Color Harmonies of #CF9578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9578

Black with #CF9578

Text Example


Text Example

White with #CF9578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9578; }

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

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

background-color css

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

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

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

border-color css

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

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

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