Html Css Color HEX #C38C76 Feldspar

📋 copy color: '#C38C76'

red 195 ◦ green 140 ◦ blue 118

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

Shades of Feldspar #C38C76

Tints of Feldspar #C38C76

RGB

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

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

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

R = 43.05%
G = 30.91%
B = 26.05%

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

#C38C76 (or 0xC38C76) is known color: Feldspar. HEX triplet: C3, 8C and 76. RGB value is (195,140,118). Sum of RGB (Red+Green+Blue) = 195+140+118=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 140 (55.08% from 255 or 30.91% from 453); Blue value is 118 (46.48% from 255 or 26.05% from 453); Max value from RGB is 195 - color contains mainly: red. Hex color #C38C76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38C76 is #3C7389. Grayscale: #9A9A9A. Windows color (decimal): -3961738 or 7769283. OLE color: 7769283.

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

Color convert

RGB 195 140 118 -
CMYK 0 0.28 0.39 0.24
HSL 17.14º 0.39% 0.61% -
HSV(B) 17.14º 0.39% 0.76% -
XYZ 35.15 31.67 21.4 -
YUV 153.94 107.72 157.29 -
System Red Green Blue C M Y K H S L
Decimal 195 140 118 0 0.28 0.39 0.24 17.14 0.39 0.61
Hex C3 8C 76 0 1C 27 18 11 27 3D
Octal 303 214 166 0 34 47 30 21 47 75
Binary 11000011 10001100 1110110 0 11100 100111 11000 10001 100111 111101

Color Harmonies of #C38C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38C76

Black with #C38C76

Text Example


Text Example

White with #C38C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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