Html Css Color HEX #CF966E Feldspar

📋 copy color: '#CF966E'

red 207 ◦ green 150 ◦ blue 110

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

Shades of Feldspar #CF966E

Tints of Feldspar #CF966E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.55%

R = 44.33%
G = 32.12%
B = 23.55%

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

#CF966E (or 0xCF966E) is known color: Feldspar. HEX triplet: CF, 96 and 6E. RGB value is (207,150,110). Sum of RGB (Red+Green+Blue) = 207+150+110=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 110 (43.36% from 255 or 23.55% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CF966E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF966E is #306991. Grayscale: #A2A2A2. Windows color (decimal): -3172754 or 7247567. OLE color: 7247567.

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

Color convert

RGB 207 150 110 -
CMYK 0 0.28 0.47 0.19
HSL 24.74º 0.5% 0.62% -
HSV(B) 24.74º 0.47% 0.81% -
XYZ 39.45 36.2 19.66 -
YUV 162.48 98.38 159.75 -
System Red Green Blue C M Y K H S L
Decimal 207 150 110 0 0.28 0.47 0.19 24.74 0.5 0.62
Hex CF 96 6E 0 1C 2F 13 19 32 3E
Octal 317 226 156 0 34 57 23 31 62 76
Binary 11001111 10010110 1101110 0 11100 101111 10011 11001 110010 111110

Color Harmonies of #CF966E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF966E

Black with #CF966E

Text Example


Text Example

White with #CF966E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF966E; }

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

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

background-color css

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

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

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

border-color css

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

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

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