Html Css Color HEX #CF8C75 Feldspar

📋 copy color: '#CF8C75'

red 207 ◦ green 140 ◦ blue 117

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

Shades of Feldspar #CF8C75

Tints of Feldspar #CF8C75

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.17%

 BLUE value IS 117 (46.09% from 255) = 25.22%

R = 44.61%
G = 30.17%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CF8C75 (or 0xCF8C75) is known color: Feldspar. HEX triplet: CF, 8C and 75. RGB value is (207,140,117). Sum of RGB (Red+Green+Blue) = 207+140+117=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 117 (46.09% from 255 or 25.22% from 464); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8C75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8C75 is #30738A. Grayscale: #9D9D9D. Windows color (decimal): -3175307 or 7703759. OLE color: 7703759.

HSL color Cylindrical-coordinate representation of color #CF8C75: hue angle of 15.33º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF8C75 is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 140 117 -
CMYK 0 0.32 0.43 0.19
HSL 15.33º 0.48% 0.64% -
HSV(B) 15.33º 0.43% 0.81% -
XYZ 38.32 33.31 21.24 -
YUV 157.41 105.2 163.37 -
System Red Green Blue C M Y K H S L
Decimal 207 140 117 0 0.32 0.43 0.19 15.33 0.48 0.64
Hex CF 8C 75 0 20 2B 13 F 30 40
Octal 317 214 165 0 40 53 23 17 60 100
Binary 11001111 10001100 1110101 0 100000 101011 10011 1111 110000 1000000

Color Harmonies of #CF8C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8C75

Black with #CF8C75

Text Example


Text Example

White with #CF8C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8C75; }

 p { color: rgb(207,140,117); }

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

background-color css

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

 a { background-color: rgb(207,140,117); }

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

border-color css

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

 span { border-color: rgb(207,140,117); }

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