Html Css Color HEX #CF9670 Feldspar

📋 copy color: '#CF9670'

red 207 ◦ green 150 ◦ blue 112

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

Shades of Feldspar #CF9670

Tints of Feldspar #CF9670

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.98%

 BLUE value IS 112 (44.14% from 255) = 23.88%

R = 44.14%
G = 31.98%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CF9670 (or 0xCF9670) is known color: Feldspar. HEX triplet: CF, 96 and 70. RGB value is (207,150,112). Sum of RGB (Red+Green+Blue) = 207+150+112=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 150 (58.98% from 255 or 31.98% from 469); Blue value is 112 (44.14% from 255 or 23.88% from 469); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9670 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9670 is #30698F. Grayscale: #A2A2A2. Windows color (decimal): -3172752 or 7378639. OLE color: 7378639.

HSL color Cylindrical-coordinate representation of color #CF9670: hue angle of 24º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF9670 is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 150 112 -
CMYK 0 0.28 0.46 0.19
HSL 24º 0.5% 0.63% -
HSV(B) 24º 0.46% 0.81% -
XYZ 39.56 36.25 20.24 -
YUV 162.71 99.38 159.59 -
System Red Green Blue C M Y K H S L
Decimal 207 150 112 0 0.28 0.46 0.19 24 0.5 0.63
Hex CF 96 70 0 1C 2E 13 18 32 3F
Octal 317 226 160 0 34 56 23 30 62 77
Binary 11001111 10010110 1110000 0 11100 101110 10011 11000 110010 111111

Color Harmonies of #CF9670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9670

Black with #CF9670

Text Example


Text Example

White with #CF9670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9670; }

 p { color: rgb(207,150,112); }

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

background-color css

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

 a { background-color: rgb(207,150,112); }

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

border-color css

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

 span { border-color: rgb(207,150,112); }

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