Html Css Color HEX #CF8974 Feldspar

📋 copy color: '#CF8974'

red 207 ◦ green 137 ◦ blue 116

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

Shades of Feldspar #CF8974

Tints of Feldspar #CF8974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.22%

R = 45%
G = 29.78%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CF8974 (or 0xCF8974) is known color: Feldspar. HEX triplet: CF, 89 and 74. RGB value is (207,137,116). Sum of RGB (Red+Green+Blue) = 207+137+116=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 137 (53.91% from 255 or 29.78% from 460); Blue value is 116 (45.70% from 255 or 25.22% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8974 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8974 is #30768B. Grayscale: #9B9B9B. Windows color (decimal): -3176076 or 7637455. OLE color: 7637455.

HSL color Cylindrical-coordinate representation of color #CF8974: hue angle of 13.85º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF8974 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 137 116 -
CMYK 0 0.34 0.44 0.19
HSL 13.85º 0.49% 0.63% -
HSV(B) 13.85º 0.44% 0.81% -
XYZ 37.83 32.42 20.79 -
YUV 155.54 105.69 164.71 -
System Red Green Blue C M Y K H S L
Decimal 207 137 116 0 0.34 0.44 0.19 13.85 0.49 0.63
Hex CF 89 74 0 22 2C 13 E 31 3F
Octal 317 211 164 0 42 54 23 16 61 77
Binary 11001111 10001001 1110100 0 100010 101100 10011 1110 110001 111111

Color Harmonies of #CF8974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8974

Black with #CF8974

Text Example


Text Example

White with #CF8974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8974; }

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

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

background-color css

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

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

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

border-color css

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

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

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