Html Css Color HEX #C4907A Feldspar

📋 copy color: '#C4907A'

red 196 ◦ green 144 ◦ blue 122

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

Shades of Feldspar #C4907A

Tints of Feldspar #C4907A

RGB

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

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

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

R = 42.42%
G = 31.17%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C4907A (or 0xC4907A) is known color: Feldspar. HEX triplet: C4, 90 and 7A. RGB value is (196,144,122). Sum of RGB (Red+Green+Blue) = 196+144+122=462 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.42% from 462); Green value is 144 (56.64% from 255 or 31.17% from 462); Blue value is 122 (48.05% from 255 or 26.41% from 462); Max value from RGB is 196 - color contains mainly: red. Hex color #C4907A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4907A is #3B6F85. Grayscale: #9D9D9D. Windows color (decimal): -3895174 or 8032452. OLE color: 8032452.

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

Color convert

RGB 196 144 122 -
CMYK 0 0.27 0.38 0.23
HSL 17.84º 0.39% 0.62% -
HSV(B) 17.84º 0.38% 0.77% -
XYZ 36.25 33.09 22.89 -
YUV 157.04 108.23 155.79 -
System Red Green Blue C M Y K H S L
Decimal 196 144 122 0 0.27 0.38 0.23 17.84 0.39 0.62
Hex C4 90 7A 0 1B 26 17 12 27 3E
Octal 304 220 172 0 33 46 27 22 47 76
Binary 11000100 10010000 1111010 0 11011 100110 10111 10010 100111 111110

Color Harmonies of #C4907A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4907A

Black with #C4907A

Text Example


Text Example

White with #C4907A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4907A; }

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

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

background-color css

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

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

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

border-color css

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

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

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