Html Css Color HEX #C38B76 Feldspar

📋 copy color: '#C38B76'

red 195 ◦ green 139 ◦ blue 118

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

Shades of Feldspar #C38B76

Tints of Feldspar #C38B76

RGB

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

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

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

R = 43.14%
G = 30.75%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C38B76 (or 0xC38B76) is known color: Feldspar. HEX triplet: C3, 8B and 76. RGB value is (195,139,118). Sum of RGB (Red+Green+Blue) = 195+139+118=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 139 (54.69% from 255 or 30.75% from 452); Blue value is 118 (46.48% from 255 or 26.11% from 452); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38B76 is #3C7489. Grayscale: #999999. Windows color (decimal): -3961994 or 7769027. OLE color: 7769027.

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

Color convert

RGB 195 139 118 -
CMYK 0 0.29 0.39 0.24
HSL 16.36º 0.39% 0.61% -
HSV(B) 16.36º 0.39% 0.76% -
XYZ 35.01 31.38 21.35 -
YUV 153.35 108.05 157.71 -
System Red Green Blue C M Y K H S L
Decimal 195 139 118 0 0.29 0.39 0.24 16.36 0.39 0.61
Hex C3 8B 76 0 1D 27 18 10 27 3D
Octal 303 213 166 0 35 47 30 20 47 75
Binary 11000011 10001011 1110110 0 11101 100111 11000 10000 100111 111101

Color Harmonies of #C38B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38B76

Black with #C38B76

Text Example


Text Example

White with #C38B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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