Html Css Color HEX #CF8975 Feldspar

📋 copy color: '#CF8975'

red 207 ◦ green 137 ◦ blue 117

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

Shades of Feldspar #CF8975

Tints of Feldspar #CF8975

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.72%

 BLUE value IS 117 (46.09% from 255) = 25.38%

R = 44.9%
G = 29.72%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CF8975 (or 0xCF8975) is known color: Feldspar. HEX triplet: CF, 89 and 75. RGB value is (207,137,117). Sum of RGB (Red+Green+Blue) = 207+137+117=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 137 (53.91% from 255 or 29.72% from 461); Blue value is 117 (46.09% from 255 or 25.38% from 461); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8975 is #30768A. Grayscale: #9B9B9B. Windows color (decimal): -3176075 or 7702991. OLE color: 7702991.

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

Color convert

RGB 207 137 117 -
CMYK 0 0.34 0.43 0.19
HSL 13.33º 0.48% 0.64% -
HSV(B) 13.33º 0.43% 0.81% -
XYZ 37.89 32.44 21.09 -
YUV 155.65 106.19 164.63 -
System Red Green Blue C M Y K H S L
Decimal 207 137 117 0 0.34 0.43 0.19 13.33 0.48 0.64
Hex CF 89 75 0 22 2B 13 D 30 40
Octal 317 211 165 0 42 53 23 15 60 100
Binary 11001111 10001001 1110101 0 100010 101011 10011 1101 110000 1000000

Color Harmonies of #CF8975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8975

Black with #CF8975

Text Example


Text Example

White with #CF8975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8975; }

 p { color: rgb(207,137,117); }

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

background-color css

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

 a { background-color: rgb(207,137,117); }

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

border-color css

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

 span { border-color: rgb(207,137,117); }

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