Html Css Color HEX #C38B6F Feldspar

📋 copy color: '#C38B6F'

red 195 ◦ green 139 ◦ blue 111

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

Shades of Feldspar #C38B6F

Tints of Feldspar #C38B6F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.24%

 BLUE value IS 111 (43.75% from 255) = 24.94%

R = 43.82%
G = 31.24%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C38B6F (or 0xC38B6F) is known color: Feldspar. HEX triplet: C3, 8B and 6F. RGB value is (195,139,111). Sum of RGB (Red+Green+Blue) = 195+139+111=445 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.82% from 445); Green value is 139 (54.69% from 255 or 31.24% from 445); Blue value is 111 (43.75% from 255 or 24.94% from 445); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38B6F is #3C7490. Grayscale: #989898. Windows color (decimal): -3962001 or 7310275. OLE color: 7310275.

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

Color convert

RGB 195 139 111 -
CMYK 0 0.29 0.43 0.24
HSL 20º 0.41% 0.6% -
HSV(B) 20º 0.43% 0.76% -
XYZ 34.61 31.22 19.24 -
YUV 152.55 104.55 158.28 -
System Red Green Blue C M Y K H S L
Decimal 195 139 111 0 0.29 0.43 0.24 20 0.41 0.6
Hex C3 8B 6F 0 1D 2B 18 14 29 3C
Octal 303 213 157 0 35 53 30 24 51 74
Binary 11000011 10001011 1101111 0 11101 101011 11000 10100 101001 111100

Color Harmonies of #C38B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38B6F

Black with #C38B6F

Text Example


Text Example

White with #C38B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38B6F; }

 p { color: rgb(195,139,111); }

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

background-color css

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

 a { background-color: rgb(195,139,111); }

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

border-color css

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

 span { border-color: rgb(195,139,111); }

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