Html Css Color HEX #C2907A Pale Taupe

📋 copy color: '#C2907A'

red 194 ◦ green 144 ◦ blue 122

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

Shades of Pale Taupe #C2907A

Tints of Pale Taupe #C2907A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.52%

R = 42.17%
G = 31.3%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C2907A (or 0xC2907A) is known color: Pale Taupe. HEX triplet: C2, 90 and 7A. RGB value is (194,144,122). Sum of RGB (Red+Green+Blue) = 194+144+122=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 144 (56.64% from 255 or 31.30% from 460); Blue value is 122 (48.05% from 255 or 26.52% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C2907A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2907A is #3D6F85. Grayscale: #9C9C9C. Windows color (decimal): -4026246 or 8032450. OLE color: 8032450.

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

Color convert

RGB 194 144 122 -
CMYK 0 0.26 0.37 0.24
HSL 18.33º 0.37% 0.62% -
HSV(B) 18.33º 0.37% 0.76% -
XYZ 35.73 32.82 22.86 -
YUV 156.44 108.57 154.79 -
System Red Green Blue C M Y K H S L
Decimal 194 144 122 0 0.26 0.37 0.24 18.33 0.37 0.62
Hex C2 90 7A 0 1A 25 18 12 25 3E
Octal 302 220 172 0 32 45 30 22 45 76
Binary 11000010 10010000 1111010 0 11010 100101 11000 10010 100101 111110

Color Harmonies of #C2907A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2907A

Black with #C2907A

Text Example


Text Example

White with #C2907A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2907A; }

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

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

background-color css

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

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

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

border-color css

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

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

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