Html Css Color HEX #C38A73 Feldspar

📋 copy color: '#C38A73'

red 195 ◦ green 138 ◦ blue 115

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

Shades of Feldspar #C38A73

Tints of Feldspar #C38A73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.67%

R = 43.53%
G = 30.8%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C38A73 (or 0xC38A73) is known color: Feldspar. HEX triplet: C3, 8A and 73. RGB value is (195,138,115). Sum of RGB (Red+Green+Blue) = 195+138+115=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 138 (54.30% from 255 or 30.80% from 448); Blue value is 115 (45.31% from 255 or 25.67% from 448); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38A73 is #3C758C. Grayscale: #989898. Windows color (decimal): -3962253 or 7572163. OLE color: 7572163.

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

Color convert

RGB 195 138 115 -
CMYK 0 0.29 0.41 0.24
HSL 17.25º 0.4% 0.61% -
HSV(B) 17.25º 0.41% 0.76% -
XYZ 34.69 31.02 20.38 -
YUV 152.42 106.88 158.37 -
System Red Green Blue C M Y K H S L
Decimal 195 138 115 0 0.29 0.41 0.24 17.25 0.4 0.61
Hex C3 8A 73 0 1D 29 18 11 28 3D
Octal 303 212 163 0 35 51 30 21 50 75
Binary 11000011 10001010 1110011 0 11101 101001 11000 10001 101000 111101

Color Harmonies of #C38A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38A73

Black with #C38A73

Text Example


Text Example

White with #C38A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38A73; }

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

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

background-color css

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

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

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

border-color css

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

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

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