Html Css Color HEX #C28F7B Pale Taupe

📋 copy color: '#C28F7B'

red 194 ◦ green 143 ◦ blue 123

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

Shades of Pale Taupe #C28F7B

Tints of Pale Taupe #C28F7B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.09%

 BLUE value IS 123 (48.44% from 255) = 26.74%

R = 42.17%
G = 31.09%
B = 26.74%

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

#C28F7B (or 0xC28F7B) is known color: Pale Taupe. HEX triplet: C2, 8F and 7B. RGB value is (194,143,123). Sum of RGB (Red+Green+Blue) = 194+143+123=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 123 (48.44% from 255 or 26.74% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28F7B is #3D7084. Grayscale: #9C9C9C. Windows color (decimal): -4026501 or 8097730. OLE color: 8097730.

HSL color Cylindrical-coordinate representation of color #C28F7B: hue angle of 16.9º 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 #C28F7B is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 143 123 -
CMYK 0 0.26 0.37 0.24
HSL 16.9º 0.37% 0.62% -
HSV(B) 16.9º 0.37% 0.76% -
XYZ 35.65 32.54 23.14 -
YUV 155.97 109.4 155.13 -
System Red Green Blue C M Y K H S L
Decimal 194 143 123 0 0.26 0.37 0.24 16.9 0.37 0.62
Hex C2 8F 7B 0 1A 25 18 11 25 3E
Octal 302 217 173 0 32 45 30 21 45 76
Binary 11000010 10001111 1111011 0 11010 100101 11000 10001 100101 111110

Color Harmonies of #C28F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28F7B

Black with #C28F7B

Text Example


Text Example

White with #C28F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28F7B; }

 p { color: rgb(194,143,123); }

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

background-color css

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

 a { background-color: rgb(194,143,123); }

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

border-color css

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

 span { border-color: rgb(194,143,123); }

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