Html Css Color HEX #CF8D6D Feldspar

📋 copy color: '#CF8D6D'

red 207 ◦ green 141 ◦ blue 109

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

Shades of Feldspar #CF8D6D

Tints of Feldspar #CF8D6D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.85%

 BLUE value IS 109 (42.97% from 255) = 23.85%

R = 45.3%
G = 30.85%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CF8D6D (or 0xCF8D6D) is known color: Feldspar. HEX triplet: CF, 8D and 6D. RGB value is (207,141,109). Sum of RGB (Red+Green+Blue) = 207+141+109=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 109 (42.97% from 255 or 23.85% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8D6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8D6D is #307292. Grayscale: #9D9D9D. Windows color (decimal): -3175059 or 7179727. OLE color: 7179727.

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

Color convert

RGB 207 141 109 -
CMYK 0 0.32 0.47 0.19
HSL 19.59º 0.51% 0.62% -
HSV(B) 19.59º 0.47% 0.81% -
XYZ 38.02 33.42 18.91 -
YUV 157.09 100.87 163.6 -
System Red Green Blue C M Y K H S L
Decimal 207 141 109 0 0.32 0.47 0.19 19.59 0.51 0.62
Hex CF 8D 6D 0 20 2F 13 14 33 3E
Octal 317 215 155 0 40 57 23 24 63 76
Binary 11001111 10001101 1101101 0 100000 101111 10011 10100 110011 111110

Color Harmonies of #CF8D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8D6D

Black with #CF8D6D

Text Example


Text Example

White with #CF8D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8D6D; }

 p { color: rgb(207,141,109); }

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

background-color css

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

 a { background-color: rgb(207,141,109); }

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

border-color css

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

 span { border-color: rgb(207,141,109); }

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