Html Css Color HEX #C2907D Pale Taupe

📋 copy color: '#C2907D'

red 194 ◦ green 144 ◦ blue 125

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

Shades of Pale Taupe #C2907D

Tints of Pale Taupe #C2907D

RGB

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

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

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

R = 41.9%
G = 31.1%
B = 27%

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

#C2907D (or 0xC2907D) is known color: Pale Taupe. HEX triplet: C2, 90 and 7D. RGB value is (194,144,125). Sum of RGB (Red+Green+Blue) = 194+144+125=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 125 (49.22% from 255 or 27.00% from 463); Max value from RGB is 194 - color contains mainly: red. Hex color #C2907D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2907D is #3D6F82. Grayscale: #9C9C9C. Windows color (decimal): -4026243 or 8229058. OLE color: 8229058.

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

Color convert

RGB 194 144 125 -
CMYK 0 0.26 0.36 0.24
HSL 16.52º 0.36% 0.63% -
HSV(B) 16.52º 0.36% 0.76% -
XYZ 35.92 32.9 23.86 -
YUV 156.78 110.07 154.54 -
System Red Green Blue C M Y K H S L
Decimal 194 144 125 0 0.26 0.36 0.24 16.52 0.36 0.63
Hex C2 90 7D 0 1A 24 18 11 24 3F
Octal 302 220 175 0 32 44 30 21 44 77
Binary 11000010 10010000 1111101 0 11010 100100 11000 10001 100100 111111

Color Harmonies of #C2907D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2907D

Black with #C2907D

Text Example


Text Example

White with #C2907D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2907D; }

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

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

background-color css

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

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

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

border-color css

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

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

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