Html Css Color HEX #CF9680 Feldspar

📋 copy color: '#CF9680'

red 207 ◦ green 150 ◦ blue 128

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

Shades of Feldspar #CF9680

Tints of Feldspar #CF9680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 26.39%

R = 42.68%
G = 30.93%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CF9680 (or 0xCF9680) is known color: Feldspar. HEX triplet: CF, 96 and 80. RGB value is (207,150,128). Sum of RGB (Red+Green+Blue) = 207+150+128=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 128 (50.39% from 255 or 26.39% from 485); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9680 is #30697F. Grayscale: #A4A4A4. Windows color (decimal): -3172736 or 8427215. OLE color: 8427215.

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

Color convert

RGB 207 150 128 -
CMYK 0 0.28 0.38 0.19
HSL 16.71º 0.45% 0.66% -
HSV(B) 16.71º 0.38% 0.81% -
XYZ 40.53 36.64 25.36 -
YUV 164.54 107.38 158.29 -
System Red Green Blue C M Y K H S L
Decimal 207 150 128 0 0.28 0.38 0.19 16.71 0.45 0.66
Hex CF 96 80 0 1C 26 13 11 2D 42
Octal 317 226 200 0 34 46 23 21 55 102
Binary 11001111 10010110 10000000 0 11100 100110 10011 10001 101101 1000010

Color Harmonies of #CF9680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9680

Black with #CF9680

Text Example


Text Example

White with #CF9680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9680; }

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

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

background-color css

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

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

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

border-color css

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

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

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