Html Css Color HEX #CF966D Feldspar

📋 copy color: '#CF966D'

red 207 ◦ green 150 ◦ blue 109

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

Shades of Feldspar #CF966D

Tints of Feldspar #CF966D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.39%

R = 44.42%
G = 32.19%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CF966D (or 0xCF966D) is known color: Feldspar. HEX triplet: CF, 96 and 6D. RGB value is (207,150,109). Sum of RGB (Red+Green+Blue) = 207+150+109=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 109 (42.97% from 255 or 23.39% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CF966D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF966D is #306992. Grayscale: #A2A2A2. Windows color (decimal): -3172755 or 7182031. OLE color: 7182031.

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

Color convert

RGB 207 150 109 -
CMYK 0 0.28 0.47 0.19
HSL 25.1º 0.51% 0.62% -
HSV(B) 25.1º 0.47% 0.81% -
XYZ 39.4 36.18 19.38 -
YUV 162.37 97.88 159.83 -
System Red Green Blue C M Y K H S L
Decimal 207 150 109 0 0.28 0.47 0.19 25.1 0.51 0.62
Hex CF 96 6D 0 1C 2F 13 19 33 3E
Octal 317 226 155 0 34 57 23 31 63 76
Binary 11001111 10010110 1101101 0 11100 101111 10011 11001 110011 111110

Color Harmonies of #CF966D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF966D

Black with #CF966D

Text Example


Text Example

White with #CF966D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF966D; }

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

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

background-color css

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

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

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

border-color css

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

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

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