Html Css Color HEX #CF8F6D Feldspar

📋 copy color: '#CF8F6D'

red 207 ◦ green 143 ◦ blue 109

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

Shades of Feldspar #CF8F6D

Tints of Feldspar #CF8F6D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.15%

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

R = 45.1%
G = 31.15%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CF8F6D (or 0xCF8F6D) is known color: Feldspar. HEX triplet: CF, 8F and 6D. RGB value is (207,143,109). Sum of RGB (Red+Green+Blue) = 207+143+109=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 109 (42.97% from 255 or 23.75% from 459); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8F6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8F6D is #307092. Grayscale: #9E9E9E. Windows color (decimal): -3174547 or 7180239. OLE color: 7180239.

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

Color convert

RGB 207 143 109 -
CMYK 0 0.31 0.47 0.19
HSL 20.82º 0.51% 0.62% -
HSV(B) 20.82º 0.47% 0.81% -
XYZ 38.31 34.01 19.01 -
YUV 158.26 100.2 162.76 -
System Red Green Blue C M Y K H S L
Decimal 207 143 109 0 0.31 0.47 0.19 20.82 0.51 0.62
Hex CF 8F 6D 0 1F 2F 13 15 33 3E
Octal 317 217 155 0 37 57 23 25 63 76
Binary 11001111 10001111 1101101 0 11111 101111 10011 10101 110011 111110

Color Harmonies of #CF8F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8F6D

Black with #CF8F6D

Text Example


Text Example

White with #CF8F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8F6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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