Html Css Color HEX #C4907C Feldspar

📋 copy color: '#C4907C'

red 196 ◦ green 144 ◦ blue 124

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

Shades of Feldspar #C4907C

Tints of Feldspar #C4907C

RGB

 RED value IS 196 (76.95% from 255) = 42.24%

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

 BLUE value IS 124 (48.83% from 255) = 26.72%

R = 42.24%
G = 31.03%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C4907C (or 0xC4907C) is known color: Feldspar. HEX triplet: C4, 90 and 7C. RGB value is (196,144,124). Sum of RGB (Red+Green+Blue) = 196+144+124=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 144 (56.64% from 255 or 31.03% from 464); Blue value is 124 (48.83% from 255 or 26.72% from 464); Max value from RGB is 196 - color contains mainly: red. Hex color #C4907C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4907C is #3B6F83. Grayscale: #9D9D9D. Windows color (decimal): -3895172 or 8163524. OLE color: 8163524.

HSL color Cylindrical-coordinate representation of color #C4907C: hue angle of 16.67º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C4907C is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 144 124 -
CMYK 0 0.27 0.37 0.23
HSL 16.67º 0.38% 0.63% -
HSV(B) 16.67º 0.37% 0.77% -
XYZ 36.38 33.14 23.55 -
YUV 157.27 109.23 155.63 -
System Red Green Blue C M Y K H S L
Decimal 196 144 124 0 0.27 0.37 0.23 16.67 0.38 0.63
Hex C4 90 7C 0 1B 25 17 11 26 3F
Octal 304 220 174 0 33 45 27 21 46 77
Binary 11000100 10010000 1111100 0 11011 100101 10111 10001 100110 111111

Color Harmonies of #C4907C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4907C

Black with #C4907C

Text Example


Text Example

White with #C4907C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4907C; }

 p { color: rgb(196,144,124); }

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

background-color css

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

 a { background-color: rgb(196,144,124); }

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

border-color css

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

 span { border-color: rgb(196,144,124); }

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