Html Css Color HEX #C38D79 Feldspar

📋 copy color: '#C38D79'

red 195 ◦ green 141 ◦ blue 121

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

Shades of Feldspar #C38D79

Tints of Feldspar #C38D79

RGB

 RED value IS 195 (76.56% from 255) = 42.67%

 GREEN value IS 141 (55.47% from 255) = 30.85%

 BLUE value IS 121 (47.66% from 255) = 26.48%

R = 42.67%
G = 30.85%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C38D79 (or 0xC38D79) is known color: Feldspar. HEX triplet: C3, 8D and 79. RGB value is (195,141,121). Sum of RGB (Red+Green+Blue) = 195+141+121=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 121 (47.66% from 255 or 26.48% from 457); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38D79 is #3C7286. Grayscale: #9B9B9B. Windows color (decimal): -3961479 or 7966147. OLE color: 7966147.

HSL color Cylindrical-coordinate representation of color #C38D79: hue angle of 16.22º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C38D79 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 141 121 -
CMYK 0 0.28 0.38 0.24
HSL 16.22º 0.38% 0.62% -
HSV(B) 16.22º 0.38% 0.76% -
XYZ 35.48 32.03 22.4 -
YUV 154.87 108.89 156.63 -
System Red Green Blue C M Y K H S L
Decimal 195 141 121 0 0.28 0.38 0.24 16.22 0.38 0.62
Hex C3 8D 79 0 1C 26 18 10 26 3E
Octal 303 215 171 0 34 46 30 20 46 76
Binary 11000011 10001101 1111001 0 11100 100110 11000 10000 100110 111110

Color Harmonies of #C38D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38D79

Black with #C38D79

Text Example


Text Example

White with #C38D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38D79; }

 p { color: rgb(195,141,121); }

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

background-color css

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

 a { background-color: rgb(195,141,121); }

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

border-color css

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

 span { border-color: rgb(195,141,121); }

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