Html Css Color HEX #CF896E Feldspar

📋 copy color: '#CF896E'

red 207 ◦ green 137 ◦ blue 110

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

Shades of Feldspar #CF896E

Tints of Feldspar #CF896E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.18%

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

R = 45.59%
G = 30.18%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CF896E (or 0xCF896E) is known color: Feldspar. HEX triplet: CF, 89 and 6E. RGB value is (207,137,110). Sum of RGB (Red+Green+Blue) = 207+137+110=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 137 (53.91% from 255 or 30.18% from 454); Blue value is 110 (43.36% from 255 or 24.23% from 454); Max value from RGB is 207 - color contains mainly: red. Hex color #CF896E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF896E is #307691. Grayscale: #9B9B9B. Windows color (decimal): -3176082 or 7244239. OLE color: 7244239.

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

Color convert

RGB 207 137 110 -
CMYK 0 0.34 0.47 0.19
HSL 16.7º 0.5% 0.62% -
HSV(B) 16.7º 0.47% 0.81% -
XYZ 37.49 32.28 19.01 -
YUV 154.85 102.69 165.2 -
System Red Green Blue C M Y K H S L
Decimal 207 137 110 0 0.34 0.47 0.19 16.7 0.5 0.62
Hex CF 89 6E 0 22 2F 13 11 32 3E
Octal 317 211 156 0 42 57 23 21 62 76
Binary 11001111 10001001 1101110 0 100010 101111 10011 10001 110010 111110

Color Harmonies of #CF896E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF896E

Black with #CF896E

Text Example


Text Example

White with #CF896E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF896E; }

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

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

background-color css

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

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

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

border-color css

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

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

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