Html Css Color HEX #C4907E Quicksand

📋 copy color: '#C4907E'

red 196 ◦ green 144 ◦ blue 126

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

Shades of Quicksand #C4907E

Tints of Quicksand #C4907E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.04%

R = 42.06%
G = 30.9%
B = 27.04%

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

#C4907E (or 0xC4907E) is known color: Quicksand. HEX triplet: C4, 90 and 7E. RGB value is (196,144,126). Sum of RGB (Red+Green+Blue) = 196+144+126=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 144 (56.64% from 255 or 30.90% from 466); Blue value is 126 (49.61% from 255 or 27.04% from 466); Max value from RGB is 196 - color contains mainly: red. Hex color #C4907E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4907E is #3B6F81. Grayscale: #9D9D9D. Windows color (decimal): -3895170 or 8294596. OLE color: 8294596.

HSL color Cylindrical-coordinate representation of color #C4907E: hue angle of 15.43º degrees, saturation: 0.37, 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 #C4907E is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 144 126 -
CMYK 0 0.27 0.36 0.23
HSL 15.43º 0.37% 0.63% -
HSV(B) 15.43º 0.36% 0.77% -
XYZ 36.5 33.19 24.22 -
YUV 157.5 110.23 155.46 -
System Red Green Blue C M Y K H S L
Decimal 196 144 126 0 0.27 0.36 0.23 15.43 0.37 0.63
Hex C4 90 7E 0 1B 24 17 F 25 3F
Octal 304 220 176 0 33 44 27 17 45 77
Binary 11000100 10010000 1111110 0 11011 100100 10111 1111 100101 111111

Color Harmonies of #C4907E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4907E

Black with #C4907E

Text Example


Text Example

White with #C4907E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4907E; }

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

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

background-color css

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

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

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

border-color css

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

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

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