Html Css Color HEX #C28A91 Puce

📋 copy color: '#C28A91'

red 194 ◦ green 138 ◦ blue 145

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

Shades of Puce #C28A91

Tints of Puce #C28A91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 30.4%

R = 40.67%
G = 28.93%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C28A91 (or 0xC28A91) is known color: Puce. HEX triplet: C2, 8A and 91. RGB value is (194,138,145). Sum of RGB (Red+Green+Blue) = 194+138+145=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 138 (54.30% from 255 or 28.93% from 477); Blue value is 145 (57.03% from 255 or 30.40% from 477); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28A91 is #3D756E. Grayscale: #9B9B9B. Windows color (decimal): -4027759 or 9538242. OLE color: 9538242.

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

Color convert

RGB 194 138 145 -
CMYK 0 0.29 0.25 0.24
HSL 352.5º 0.31% 0.65% -
HSV(B) 352.5º 0.29% 0.76% -
XYZ 36.45 31.69 30.98 -
YUV 155.54 122.05 155.43 -
System Red Green Blue C M Y K H S L
Decimal 194 138 145 0 0.29 0.25 0.24 352.5 0.31 0.65
Hex C2 8A 91 0 1D 19 18 160 1F 41
Octal 302 212 221 0 35 31 30 540 37 101
Binary 11000010 10001010 10010001 0 11101 11001 11000 101100000 11111 1000001

Color Harmonies of #C28A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28A91

Black with #C28A91

Text Example


Text Example

White with #C28A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28A91; }

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

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

background-color css

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

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

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

border-color css

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

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

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