Html Css Color HEX #C28A8F Puce

📋 copy color: '#C28A8F'

red 194 ◦ green 138 ◦ blue 143

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

Shades of Puce #C28A8F

Tints of Puce #C28A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.11%

R = 40.84%
G = 29.05%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C28A8F (or 0xC28A8F) is known color: Puce. HEX triplet: C2, 8A and 8F. RGB value is (194,138,143). Sum of RGB (Red+Green+Blue) = 194+138+143=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 138 (54.30% from 255 or 29.05% from 475); Blue value is 143 (56.25% from 255 or 30.11% from 475); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28A8F is #3D7570. Grayscale: #9B9B9B. Windows color (decimal): -4027761 or 9407170. OLE color: 9407170.

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

Color convert

RGB 194 138 143 -
CMYK 0 0.29 0.26 0.24
HSL 354.64º 0.31% 0.65% -
HSV(B) 354.64º 0.29% 0.76% -
XYZ 36.29 31.63 30.18 -
YUV 155.31 121.05 155.59 -
System Red Green Blue C M Y K H S L
Decimal 194 138 143 0 0.29 0.26 0.24 354.64 0.31 0.65
Hex C2 8A 8F 0 1D 1A 18 163 1F 41
Octal 302 212 217 0 35 32 30 543 37 101
Binary 11000010 10001010 10001111 0 11101 11010 11000 101100011 11111 1000001

Color Harmonies of #C28A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28A8F

Black with #C28A8F

Text Example


Text Example

White with #C28A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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