Html Css Color HEX #CF8B74 Feldspar

📋 copy color: '#CF8B74'

red 207 ◦ green 139 ◦ blue 116

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

Shades of Feldspar #CF8B74

Tints of Feldspar #CF8B74

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.09%

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

R = 44.81%
G = 30.09%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CF8B74 (or 0xCF8B74) is known color: Feldspar. HEX triplet: CF, 8B and 74. RGB value is (207,139,116). Sum of RGB (Red+Green+Blue) = 207+139+116=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 139 (54.69% from 255 or 30.09% from 462); Blue value is 116 (45.70% from 255 or 25.11% from 462); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8B74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8B74 is #30748B. Grayscale: #9C9C9C. Windows color (decimal): -3175564 or 7637967. OLE color: 7637967.

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

Color convert

RGB 207 139 116 -
CMYK 0 0.33 0.44 0.19
HSL 15.16º 0.49% 0.63% -
HSV(B) 15.16º 0.44% 0.81% -
XYZ 38.12 32.99 20.88 -
YUV 156.71 105.03 163.87 -
System Red Green Blue C M Y K H S L
Decimal 207 139 116 0 0.33 0.44 0.19 15.16 0.49 0.63
Hex CF 8B 74 0 21 2C 13 F 31 3F
Octal 317 213 164 0 41 54 23 17 61 77
Binary 11001111 10001011 1110100 0 100001 101100 10011 1111 110001 111111

Color Harmonies of #CF8B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8B74

Black with #CF8B74

Text Example


Text Example

White with #CF8B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8B74; }

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

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

background-color css

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

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

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

border-color css

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

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

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