Html Css Color HEX #CF9675 Feldspar

📋 copy color: '#CF9675'

red 207 ◦ green 150 ◦ blue 117

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

Shades of Feldspar #CF9675

Tints of Feldspar #CF9675

RGB

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

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

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

R = 43.67%
G = 31.65%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CF9675 (or 0xCF9675) is known color: Feldspar. HEX triplet: CF, 96 and 75. RGB value is (207,150,117). Sum of RGB (Red+Green+Blue) = 207+150+117=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 117 (46.09% from 255 or 24.68% from 474); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9675 is #30698A. Grayscale: #A3A3A3. Windows color (decimal): -3172747 or 7706319. OLE color: 7706319.

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

Color convert

RGB 207 150 117 -
CMYK 0 0.28 0.43 0.19
HSL 22º 0.48% 0.64% -
HSV(B) 22º 0.43% 0.81% -
XYZ 39.85 36.36 21.75 -
YUV 163.28 101.88 159.18 -
System Red Green Blue C M Y K H S L
Decimal 207 150 117 0 0.28 0.43 0.19 22 0.48 0.64
Hex CF 96 75 0 1C 2B 13 16 30 40
Octal 317 226 165 0 34 53 23 26 60 100
Binary 11001111 10010110 1110101 0 11100 101011 10011 10110 110000 1000000

Color Harmonies of #CF9675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9675

Black with #CF9675

Text Example


Text Example

White with #CF9675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9675; }

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

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

background-color css

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

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

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

border-color css

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

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

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