Html Css Color HEX #C38C71 Feldspar

📋 copy color: '#C38C71'

red 195 ◦ green 140 ◦ blue 113

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

Shades of Feldspar #C38C71

Tints of Feldspar #C38C71

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.25%

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

R = 43.53%
G = 31.25%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C38C71 (or 0xC38C71) is known color: Feldspar. HEX triplet: C3, 8C and 71. RGB value is (195,140,113). Sum of RGB (Red+Green+Blue) = 195+140+113=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 140 (55.08% from 255 or 31.25% from 448); Blue value is 113 (44.53% from 255 or 25.22% from 448); Max value from RGB is 195 - color contains mainly: red. Hex color #C38C71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38C71 is #3C738E. Grayscale: #999999. Windows color (decimal): -3961743 or 7441603. OLE color: 7441603.

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

Color convert

RGB 195 140 113 -
CMYK 0 0.28 0.42 0.24
HSL 19.76º 0.41% 0.6% -
HSV(B) 19.76º 0.42% 0.76% -
XYZ 34.86 31.55 19.88 -
YUV 153.37 105.22 157.7 -
System Red Green Blue C M Y K H S L
Decimal 195 140 113 0 0.28 0.42 0.24 19.76 0.41 0.6
Hex C3 8C 71 0 1C 2A 18 14 29 3C
Octal 303 214 161 0 34 52 30 24 51 74
Binary 11000011 10001100 1110001 0 11100 101010 11000 10100 101001 111100

Color Harmonies of #C38C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38C71

Black with #C38C71

Text Example


Text Example

White with #C38C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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