Html Css Color HEX #CF8973 Feldspar

📋 copy color: '#CF8973'

red 207 ◦ green 137 ◦ blue 115

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

Shades of Feldspar #CF8973

Tints of Feldspar #CF8973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.05%

R = 45.1%
G = 29.85%
B = 25.05%

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

#CF8973 (or 0xCF8973) is known color: Feldspar. HEX triplet: CF, 89 and 73. RGB value is (207,137,115). Sum of RGB (Red+Green+Blue) = 207+137+115=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 137 (53.91% from 255 or 29.85% from 459); Blue value is 115 (45.31% from 255 or 25.05% from 459); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8973 is #30768C. Grayscale: #9B9B9B. Windows color (decimal): -3176077 or 7571919. OLE color: 7571919.

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

Color convert

RGB 207 137 115 -
CMYK 0 0.34 0.44 0.19
HSL 14.35º 0.49% 0.63% -
HSV(B) 14.35º 0.44% 0.81% -
XYZ 37.77 32.39 20.48 -
YUV 155.42 105.19 164.79 -
System Red Green Blue C M Y K H S L
Decimal 207 137 115 0 0.34 0.44 0.19 14.35 0.49 0.63
Hex CF 89 73 0 22 2C 13 E 31 3F
Octal 317 211 163 0 42 54 23 16 61 77
Binary 11001111 10001001 1110011 0 100010 101100 10011 1110 110001 111111

Color Harmonies of #CF8973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8973

Black with #CF8973

Text Example


Text Example

White with #CF8973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8973; }

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

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

background-color css

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

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

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

border-color css

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

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

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