Html Css Color HEX #C38D76 Feldspar

📋 copy color: '#C38D76'

red 195 ◦ green 141 ◦ blue 118

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

Shades of Feldspar #C38D76

Tints of Feldspar #C38D76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 25.99%

R = 42.95%
G = 31.06%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C38D76 (or 0xC38D76) is known color: Feldspar. HEX triplet: C3, 8D and 76. RGB value is (195,141,118). Sum of RGB (Red+Green+Blue) = 195+141+118=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 141 (55.47% from 255 or 31.06% from 454); Blue value is 118 (46.48% from 255 or 25.99% from 454); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38D76 is #3C7289. Grayscale: #9A9A9A. Windows color (decimal): -3961482 or 7769539. OLE color: 7769539.

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

Color convert

RGB 195 141 118 -
CMYK 0 0.28 0.39 0.24
HSL 17.92º 0.39% 0.61% -
HSV(B) 17.92º 0.39% 0.76% -
XYZ 35.3 31.96 21.45 -
YUV 154.52 107.39 156.87 -
System Red Green Blue C M Y K H S L
Decimal 195 141 118 0 0.28 0.39 0.24 17.92 0.39 0.61
Hex C3 8D 76 0 1C 27 18 12 27 3D
Octal 303 215 166 0 34 47 30 22 47 75
Binary 11000011 10001101 1110110 0 11100 100111 11000 10010 100111 111101

Color Harmonies of #C38D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38D76

Black with #C38D76

Text Example


Text Example

White with #C38D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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