Html Css Color HEX #C28A8C Puce

📋 copy color: '#C28A8C'

red 194 ◦ green 138 ◦ blue 140

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

Shades of Puce #C28A8C

Tints of Puce #C28A8C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.24%

 BLUE value IS 140 (55.08% from 255) = 29.66%

R = 41.1%
G = 29.24%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C28A8C (or 0xC28A8C) is known color: Puce. HEX triplet: C2, 8A and 8C. RGB value is (194,138,140). Sum of RGB (Red+Green+Blue) = 194+138+140=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 138 (54.30% from 255 or 29.24% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28A8C is #3D7573. Grayscale: #9B9B9B. Windows color (decimal): -4027764 or 9210562. OLE color: 9210562.

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

Color convert

RGB 194 138 140 -
CMYK 0 0.29 0.28 0.24
HSL 357.86º 0.31% 0.65% -
HSV(B) 357.86º 0.29% 0.76% -
XYZ 36.07 31.54 29 -
YUV 154.97 119.55 155.84 -
System Red Green Blue C M Y K H S L
Decimal 194 138 140 0 0.29 0.28 0.24 357.86 0.31 0.65
Hex C2 8A 8C 0 1D 1C 18 166 1F 41
Octal 302 212 214 0 35 34 30 546 37 101
Binary 11000010 10001010 10001100 0 11101 11100 11000 101100110 11111 1000001

Color Harmonies of #C28A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28A8C

Black with #C28A8C

Text Example


Text Example

White with #C28A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28A8C; }

 p { color: rgb(194,138,140); }

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

background-color css

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

 a { background-color: rgb(194,138,140); }

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

border-color css

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

 span { border-color: rgb(194,138,140); }

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