Html Css Color HEX #C28F77 Pale Taupe

📋 copy color: '#C28F77'

red 194 ◦ green 143 ◦ blue 119

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

Shades of Pale Taupe #C28F77

Tints of Pale Taupe #C28F77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.1%

R = 42.54%
G = 31.36%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C28F77 (or 0xC28F77) is known color: Pale Taupe. HEX triplet: C2, 8F and 77. RGB value is (194,143,119). Sum of RGB (Red+Green+Blue) = 194+143+119=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 143 (56.25% from 255 or 31.36% from 456); Blue value is 119 (46.88% from 255 or 26.10% from 456); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28F77 is #3D7088. Grayscale: #9B9B9B. Windows color (decimal): -4026505 or 7835586. OLE color: 7835586.

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

Color convert

RGB 194 143 119 -
CMYK 0 0.26 0.39 0.24
HSL 19.2º 0.38% 0.61% -
HSV(B) 19.2º 0.39% 0.76% -
XYZ 35.4 32.45 21.85 -
YUV 155.51 107.4 155.45 -
System Red Green Blue C M Y K H S L
Decimal 194 143 119 0 0.26 0.39 0.24 19.2 0.38 0.61
Hex C2 8F 77 0 1A 27 18 13 26 3D
Octal 302 217 167 0 32 47 30 23 46 75
Binary 11000010 10001111 1110111 0 11010 100111 11000 10011 100110 111101

Color Harmonies of #C28F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28F77

Black with #C28F77

Text Example


Text Example

White with #C28F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28F77; }

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

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

background-color css

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

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

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

border-color css

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

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

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