Html Css Color HEX #C4907F Quicksand

📋 copy color: '#C4907F'

red 196 ◦ green 144 ◦ blue 127

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

Shades of Quicksand #C4907F

Tints of Quicksand #C4907F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.19%

R = 41.97%
G = 30.84%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C4907F (or 0xC4907F) is known color: Quicksand. HEX triplet: C4, 90 and 7F. RGB value is (196,144,127). Sum of RGB (Red+Green+Blue) = 196+144+127=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 144 (56.64% from 255 or 30.84% from 467); Blue value is 127 (50% from 255 or 27.19% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C4907F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4907F is #3B6F80. Grayscale: #9D9D9D. Windows color (decimal): -3895169 or 8360132. OLE color: 8360132.

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

Color convert

RGB 196 144 127 -
CMYK 0 0.27 0.35 0.23
HSL 14.78º 0.37% 0.63% -
HSV(B) 14.78º 0.35% 0.77% -
XYZ 36.57 33.21 24.56 -
YUV 157.61 110.73 155.38 -
System Red Green Blue C M Y K H S L
Decimal 196 144 127 0 0.27 0.35 0.23 14.78 0.37 0.63
Hex C4 90 7F 0 1B 23 17 F 25 3F
Octal 304 220 177 0 33 43 27 17 45 77
Binary 11000100 10010000 1111111 0 11011 100011 10111 1111 100101 111111

Color Harmonies of #C4907F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4907F

Black with #C4907F

Text Example


Text Example

White with #C4907F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4907F; }

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

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

background-color css

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

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

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

border-color css

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

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

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