Html Css Color HEX #C08A6F Feldspar

📋 copy color: '#C08A6F'

red 192 ◦ green 138 ◦ blue 111

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

Shades of Feldspar #C08A6F

Tints of Feldspar #C08A6F

RGB

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

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

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

R = 43.54%
G = 31.29%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C08A6F (or 0xC08A6F) is known color: Feldspar. HEX triplet: C0, 8A and 6F. RGB value is (192,138,111). Sum of RGB (Red+Green+Blue) = 192+138+111=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 111 (43.75% from 255 or 25.17% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08A6F is #3F7590. Grayscale: #979797. Windows color (decimal): -4158865 or 7310016. OLE color: 7310016.

HSL color Cylindrical-coordinate representation of color #C08A6F: hue angle of 20º 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 #C08A6F is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 138 111 -
CMYK 0 0.28 0.42 0.25
HSL 20º 0.39% 0.59% -
HSV(B) 20º 0.42% 0.75% -
XYZ 33.7 30.53 19.16 -
YUV 151.07 105.39 157.2 -
System Red Green Blue C M Y K H S L
Decimal 192 138 111 0 0.28 0.42 0.25 20 0.39 0.59
Hex C0 8A 6F 0 1C 2A 19 14 27 3B
Octal 300 212 157 0 34 52 31 24 47 73
Binary 11000000 10001010 1101111 0 11100 101010 11001 10100 100111 111011

Color Harmonies of #C08A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08A6F

Black with #C08A6F

Text Example


Text Example

White with #C08A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08A6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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