Html Css Color HEX #C2907C Pale Taupe

📋 copy color: '#C2907C'

red 194 ◦ green 144 ◦ blue 124

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

Shades of Pale Taupe #C2907C

Tints of Pale Taupe #C2907C

RGB

 RED value IS 194 (76.17% from 255) = 41.99%

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

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

R = 41.99%
G = 31.17%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2907C (or 0xC2907C) is known color: Pale Taupe. HEX triplet: C2, 90 and 7C. RGB value is (194,144,124). Sum of RGB (Red+Green+Blue) = 194+144+124=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 144 (56.64% from 255 or 31.17% from 462); Blue value is 124 (48.83% from 255 or 26.84% from 462); Max value from RGB is 194 - color contains mainly: red. Hex color #C2907C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2907C is #3D6F83. Grayscale: #9C9C9C. Windows color (decimal): -4026244 or 8163522. OLE color: 8163522.

HSL color Cylindrical-coordinate representation of color #C2907C: hue angle of 17.14º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C2907C is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 144 124 -
CMYK 0 0.26 0.36 0.24
HSL 17.14º 0.36% 0.62% -
HSV(B) 17.14º 0.36% 0.76% -
XYZ 35.86 32.87 23.52 -
YUV 156.67 109.57 154.63 -
System Red Green Blue C M Y K H S L
Decimal 194 144 124 0 0.26 0.36 0.24 17.14 0.36 0.62
Hex C2 90 7C 0 1A 24 18 11 24 3E
Octal 302 220 174 0 32 44 30 21 44 76
Binary 11000010 10010000 1111100 0 11010 100100 11000 10001 100100 111110

Color Harmonies of #C2907C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2907C

Black with #C2907C

Text Example


Text Example

White with #C2907C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2907C; }

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

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

background-color css

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

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

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

border-color css

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

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

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