Html Css Color HEX #C3907A Feldspar

📋 copy color: '#C3907A'

red 195 ◦ green 144 ◦ blue 122

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

Shades of Feldspar #C3907A

Tints of Feldspar #C3907A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.46%

R = 42.3%
G = 31.24%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C3907A (or 0xC3907A) is known color: Feldspar. HEX triplet: C3, 90 and 7A. RGB value is (195,144,122). Sum of RGB (Red+Green+Blue) = 195+144+122=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 195 - color contains mainly: red. Hex color #C3907A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3907A is #3C6F85. Grayscale: #9C9C9C. Windows color (decimal): -3960710 or 8032451. OLE color: 8032451.

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

Color convert

RGB 195 144 122 -
CMYK 0 0.26 0.37 0.24
HSL 18.08º 0.38% 0.62% -
HSV(B) 18.08º 0.37% 0.76% -
XYZ 35.99 32.95 22.88 -
YUV 156.74 108.4 155.29 -
System Red Green Blue C M Y K H S L
Decimal 195 144 122 0 0.26 0.37 0.24 18.08 0.38 0.62
Hex C3 90 7A 0 1A 25 18 12 26 3E
Octal 303 220 172 0 32 45 30 22 46 76
Binary 11000011 10010000 1111010 0 11010 100101 11000 10010 100110 111110

Color Harmonies of #C3907A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3907A

Black with #C3907A

Text Example


Text Example

White with #C3907A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3907A; }

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

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

background-color css

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

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

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

border-color css

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

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

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