Html Css Color HEX #C08A6D Feldspar

📋 copy color: '#C08A6D'

red 192 ◦ green 138 ◦ blue 109

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

Shades of Feldspar #C08A6D

Tints of Feldspar #C08A6D

RGB

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

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

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

R = 43.74%
G = 31.44%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C08A6D (or 0xC08A6D) is known color: Feldspar. HEX triplet: C0, 8A and 6D. RGB value is (192,138,109). Sum of RGB (Red+Green+Blue) = 192+138+109=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 138 (54.30% from 255 or 31.44% from 439); Blue value is 109 (42.97% from 255 or 24.83% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08A6D is #3F7592. Grayscale: #979797. Windows color (decimal): -4158867 or 7178944. OLE color: 7178944.

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

Color convert

RGB 192 138 109 -
CMYK 0 0.28 0.43 0.25
HSL 20.96º 0.4% 0.59% -
HSV(B) 20.96º 0.43% 0.75% -
XYZ 33.59 30.49 18.58 -
YUV 150.84 104.39 157.36 -
System Red Green Blue C M Y K H S L
Decimal 192 138 109 0 0.28 0.43 0.25 20.96 0.4 0.59
Hex C0 8A 6D 0 1C 2B 19 15 28 3B
Octal 300 212 155 0 34 53 31 25 50 73
Binary 11000000 10001010 1101101 0 11100 101011 11001 10101 101000 111011

Color Harmonies of #C08A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08A6D

Black with #C08A6D

Text Example


Text Example

White with #C08A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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