Html Css Color HEX #C08C6F Feldspar

📋 copy color: '#C08C6F'

red 192 ◦ green 140 ◦ blue 111

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

Shades of Feldspar #C08C6F

Tints of Feldspar #C08C6F

RGB

 RED value IS 192 (75.39% from 255) = 43.34%

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

 BLUE value IS 111 (43.75% from 255) = 25.06%

R = 43.34%
G = 31.6%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C08C6F (or 0xC08C6F) is known color: Feldspar. HEX triplet: C0, 8C and 6F. RGB value is (192,140,111). Sum of RGB (Red+Green+Blue) = 192+140+111=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 111 (43.75% from 255 or 25.06% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C08C6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08C6F is #3F7390. Grayscale: #989898. Windows color (decimal): -4158353 or 7310528. OLE color: 7310528.

HSL color Cylindrical-coordinate representation of color #C08C6F: hue angle of 21.48º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C08C6F is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 140 111 -
CMYK 0 0.27 0.42 0.25
HSL 21.48º 0.39% 0.59% -
HSV(B) 21.48º 0.42% 0.75% -
XYZ 33.99 31.11 19.25 -
YUV 152.24 104.73 156.36 -
System Red Green Blue C M Y K H S L
Decimal 192 140 111 0 0.27 0.42 0.25 21.48 0.39 0.59
Hex C0 8C 6F 0 1B 2A 19 15 27 3B
Octal 300 214 157 0 33 52 31 25 47 73
Binary 11000000 10001100 1101111 0 11011 101010 11001 10101 100111 111011

Color Harmonies of #C08C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08C6F

Black with #C08C6F

Text Example


Text Example

White with #C08C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08C6F; }

 p { color: rgb(192,140,111); }

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

background-color css

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

 a { background-color: rgb(192,140,111); }

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

border-color css

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

 span { border-color: rgb(192,140,111); }

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