Html Css Color HEX #C38A71 Feldspar

📋 copy color: '#C38A71'

red 195 ◦ green 138 ◦ blue 113

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

Shades of Feldspar #C38A71

Tints of Feldspar #C38A71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 25.34%

R = 43.72%
G = 30.94%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C38A71 (or 0xC38A71) is known color: Feldspar. HEX triplet: C3, 8A and 71. RGB value is (195,138,113). Sum of RGB (Red+Green+Blue) = 195+138+113=446 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.72% from 446); Green value is 138 (54.30% from 255 or 30.94% from 446); Blue value is 113 (44.53% from 255 or 25.34% from 446); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38A71 is #3C758E. Grayscale: #989898. Windows color (decimal): -3962255 or 7441091. OLE color: 7441091.

HSL color Cylindrical-coordinate representation of color #C38A71: hue angle of 18.29º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C38A71 is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 138 113 -
CMYK 0 0.29 0.42 0.24
HSL 18.29º 0.41% 0.6% -
HSV(B) 18.29º 0.42% 0.76% -
XYZ 34.57 30.97 19.78 -
YUV 152.19 105.88 158.53 -
System Red Green Blue C M Y K H S L
Decimal 195 138 113 0 0.29 0.42 0.24 18.29 0.41 0.6
Hex C3 8A 71 0 1D 2A 18 12 29 3C
Octal 303 212 161 0 35 52 30 22 51 74
Binary 11000011 10001010 1110001 0 11101 101010 11000 10010 101001 111100

Color Harmonies of #C38A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38A71

Black with #C38A71

Text Example


Text Example

White with #C38A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38A71; }

 p { color: rgb(195,138,113); }

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

background-color css

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

 a { background-color: rgb(195,138,113); }

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

border-color css

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

 span { border-color: rgb(195,138,113); }

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