Html Css Color HEX #C39077 Feldspar

📋 copy color: '#C39077'

red 195 ◦ green 144 ◦ blue 119

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

Shades of Feldspar #C39077

Tints of Feldspar #C39077

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.44%

 BLUE value IS 119 (46.88% from 255) = 25.98%

R = 42.58%
G = 31.44%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C39077 (or 0xC39077) is known color: Feldspar. HEX triplet: C3, 90 and 77. RGB value is (195,144,119). Sum of RGB (Red+Green+Blue) = 195+144+119=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 144 (56.64% from 255 or 31.44% from 458); Blue value is 119 (46.88% from 255 or 25.98% from 458); Max value from RGB is 195 - color contains mainly: red. Hex color #C39077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39077 is #3C6F88. Grayscale: #9C9C9C. Windows color (decimal): -3960713 or 7835843. OLE color: 7835843.

HSL color Cylindrical-coordinate representation of color #C39077: hue angle of 19.74º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C39077 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 144 119 -
CMYK 0 0.26 0.39 0.24
HSL 19.74º 0.39% 0.62% -
HSV(B) 19.74º 0.39% 0.76% -
XYZ 35.81 32.88 21.91 -
YUV 156.4 106.9 155.53 -
System Red Green Blue C M Y K H S L
Decimal 195 144 119 0 0.26 0.39 0.24 19.74 0.39 0.62
Hex C3 90 77 0 1A 27 18 14 27 3E
Octal 303 220 167 0 32 47 30 24 47 76
Binary 11000011 10010000 1110111 0 11010 100111 11000 10100 100111 111110

Color Harmonies of #C39077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39077

Black with #C39077

Text Example


Text Example

White with #C39077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39077; }

 p { color: rgb(195,144,119); }

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

background-color css

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

 a { background-color: rgb(195,144,119); }

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

border-color css

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

 span { border-color: rgb(195,144,119); }

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