Html Css Color HEX #CF8E6D Feldspar

📋 copy color: '#CF8E6D'

red 207 ◦ green 142 ◦ blue 109

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

Shades of Feldspar #CF8E6D

Tints of Feldspar #CF8E6D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31%

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

R = 45.2%
G = 31%
B = 23.8%

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

#CF8E6D (or 0xCF8E6D) is known color: Feldspar. HEX triplet: CF, 8E and 6D. RGB value is (207,142,109). Sum of RGB (Red+Green+Blue) = 207+142+109=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 142 (55.86% from 255 or 31.00% from 458); Blue value is 109 (42.97% from 255 or 23.80% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8E6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8E6D is #307192. Grayscale: #9D9D9D. Windows color (decimal): -3174803 or 7179983. OLE color: 7179983.

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

Color convert

RGB 207 142 109 -
CMYK 0 0.31 0.47 0.19
HSL 20.2º 0.51% 0.62% -
HSV(B) 20.2º 0.47% 0.81% -
XYZ 38.17 33.72 18.96 -
YUV 157.67 100.53 163.18 -
System Red Green Blue C M Y K H S L
Decimal 207 142 109 0 0.31 0.47 0.19 20.2 0.51 0.62
Hex CF 8E 6D 0 1F 2F 13 14 33 3E
Octal 317 216 155 0 37 57 23 24 63 76
Binary 11001111 10001110 1101101 0 11111 101111 10011 10100 110011 111110

Color Harmonies of #CF8E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8E6D

Black with #CF8E6D

Text Example


Text Example

White with #CF8E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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