Html Css Color HEX #C28389 Puce

📋 copy color: '#C28389'

red 194 ◦ green 131 ◦ blue 137

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

Shades of Puce #C28389

Tints of Puce #C28389

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.35%

 BLUE value IS 137 (53.91% from 255) = 29.65%

R = 41.99%
G = 28.35%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C28389 (or 0xC28389) is known color: Puce. HEX triplet: C2, 83 and 89. RGB value is (194,131,137). Sum of RGB (Red+Green+Blue) = 194+131+137=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 131 (51.56% from 255 or 28.35% from 462); Blue value is 137 (53.91% from 255 or 29.65% from 462); Max value from RGB is 194 - color contains mainly: red. Hex color #C28389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28389 is #3D7C76. Grayscale: #969696. Windows color (decimal): -4029559 or 9012162. OLE color: 9012162.

HSL color Cylindrical-coordinate representation of color #C28389: hue angle of 354.29º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C28389 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 131 137 -
CMYK 0 0.32 0.29 0.24
HSL 354.29º 0.34% 0.64% -
HSV(B) 354.29º 0.32% 0.76% -
XYZ 34.88 29.51 27.52 -
YUV 150.52 120.37 159.01 -
System Red Green Blue C M Y K H S L
Decimal 194 131 137 0 0.32 0.29 0.24 354.29 0.34 0.64
Hex C2 83 89 0 20 1D 18 162 22 40
Octal 302 203 211 0 40 35 30 542 42 100
Binary 11000010 10000011 10001001 0 100000 11101 11000 101100010 100010 1000000

Color Harmonies of #C28389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28389

Black with #C28389

Text Example


Text Example

White with #C28389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28389; }

 p { color: rgb(194,131,137); }

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

background-color css

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

 a { background-color: rgb(194,131,137); }

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

border-color css

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

 span { border-color: rgb(194,131,137); }

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