Html Css Color HEX #CF8A6D Feldspar

📋 copy color: '#CF8A6D'

red 207 ◦ green 138 ◦ blue 109

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

Shades of Feldspar #CF8A6D

Tints of Feldspar #CF8A6D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.4%

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

R = 45.59%
G = 30.4%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CF8A6D (or 0xCF8A6D) is known color: Feldspar. HEX triplet: CF, 8A and 6D. RGB value is (207,138,109). Sum of RGB (Red+Green+Blue) = 207+138+109=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 138 (54.30% from 255 or 30.40% from 454); Blue value is 109 (42.97% from 255 or 24.01% from 454); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8A6D is #307592. Grayscale: #9B9B9B. Windows color (decimal): -3175827 or 7178959. OLE color: 7178959.

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

Color convert

RGB 207 138 109 -
CMYK 0 0.33 0.47 0.19
HSL 17.76º 0.51% 0.62% -
HSV(B) 17.76º 0.47% 0.81% -
XYZ 37.58 32.55 18.77 -
YUV 155.33 101.86 164.86 -
System Red Green Blue C M Y K H S L
Decimal 207 138 109 0 0.33 0.47 0.19 17.76 0.51 0.62
Hex CF 8A 6D 0 21 2F 13 12 33 3E
Octal 317 212 155 0 41 57 23 22 63 76
Binary 11001111 10001010 1101101 0 100001 101111 10011 10010 110011 111110

Color Harmonies of #CF8A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8A6D

Black with #CF8A6D

Text Example


Text Example

White with #CF8A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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