Html Css Color HEX #C38871 Feldspar

📋 copy color: '#C38871'

red 195 ◦ green 136 ◦ blue 113

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

Shades of Feldspar #C38871

Tints of Feldspar #C38871

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.63%

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

R = 43.92%
G = 30.63%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C38871 (or 0xC38871) is known color: Feldspar. HEX triplet: C3, 88 and 71. RGB value is (195,136,113). Sum of RGB (Red+Green+Blue) = 195+136+113=444 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.92% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 113 (44.53% from 255 or 25.45% from 444); Max value from RGB is 195 - color contains mainly: red. Hex color #C38871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38871 is #3C778E. Grayscale: #979797. Windows color (decimal): -3962767 or 7440579. OLE color: 7440579.

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

Color convert

RGB 195 136 113 -
CMYK 0 0.30 0.42 0.24
HSL 16.83º 0.41% 0.6% -
HSV(B) 16.83º 0.42% 0.76% -
XYZ 34.29 30.4 19.68 -
YUV 151.02 106.55 159.37 -
System Red Green Blue C M Y K H S L
Decimal 195 136 113 0 0.30 0.42 0.24 16.83 0.41 0.6
Hex C3 88 71 0 1E 2A 18 11 29 3C
Octal 303 210 161 0 36 52 30 21 51 74
Binary 11000011 10001000 1110001 0 11110 101010 11000 10001 101001 111100

Color Harmonies of #C38871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38871

Black with #C38871

Text Example


Text Example

White with #C38871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38871; }

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

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

background-color css

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

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

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

border-color css

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

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

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