Html Css Color HEX #C4907D Feldspar

📋 copy color: '#C4907D'

red 196 ◦ green 144 ◦ blue 125

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

Shades of Feldspar #C4907D

Tints of Feldspar #C4907D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.88%

R = 42.15%
G = 30.97%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C4907D (or 0xC4907D) is known color: Feldspar. HEX triplet: C4, 90 and 7D. RGB value is (196,144,125). Sum of RGB (Red+Green+Blue) = 196+144+125=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 196 - color contains mainly: red. Hex color #C4907D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4907D is #3B6F82. Grayscale: #9D9D9D. Windows color (decimal): -3895171 or 8229060. OLE color: 8229060.

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

Color convert

RGB 196 144 125 -
CMYK 0 0.27 0.36 0.23
HSL 16.06º 0.38% 0.63% -
HSV(B) 16.06º 0.36% 0.77% -
XYZ 36.44 33.16 23.88 -
YUV 157.38 109.73 155.54 -
System Red Green Blue C M Y K H S L
Decimal 196 144 125 0 0.27 0.36 0.23 16.06 0.38 0.63
Hex C4 90 7D 0 1B 24 17 10 26 3F
Octal 304 220 175 0 33 44 27 20 46 77
Binary 11000100 10010000 1111101 0 11011 100100 10111 10000 100110 111111

Color Harmonies of #C4907D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4907D

Black with #C4907D

Text Example


Text Example

White with #C4907D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4907D; }

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

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

background-color css

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

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

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

border-color css

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

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

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