Html Css Color HEX #C38889 Puce

📋 copy color: '#C38889'

red 195 ◦ green 136 ◦ blue 137

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

Shades of Puce #C38889

Tints of Puce #C38889

RGB

 RED value IS 195 (76.56% from 255) = 41.67%

 GREEN value IS 136 (53.52% from 255) = 29.06%

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

R = 41.67%
G = 29.06%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C38889 (or 0xC38889) is known color: Puce. HEX triplet: C3, 88 and 89. RGB value is (195,136,137). Sum of RGB (Red+Green+Blue) = 195+136+137=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 136 (53.52% from 255 or 29.06% from 468); Blue value is 137 (53.91% from 255 or 29.27% from 468); Max value from RGB is 195 - color contains mainly: red. Hex color #C38889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38889 is #3C7776. Grayscale: #999999. Windows color (decimal): -3962743 or 9013443. OLE color: 9013443.

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

Color convert

RGB 195 136 137 -
CMYK 0 0.30 0.30 0.24
HSL 358.98º 0.33% 0.65% -
HSV(B) 358.98º 0.3% 0.76% -
XYZ 35.83 31.02 27.77 -
YUV 153.76 118.55 157.42 -
System Red Green Blue C M Y K H S L
Decimal 195 136 137 0 0.30 0.30 0.24 358.98 0.33 0.65
Hex C3 88 89 0 1E 1E 18 167 21 41
Octal 303 210 211 0 36 36 30 547 41 101
Binary 11000011 10001000 10001001 0 11110 11110 11000 101100111 100001 1000001

Color Harmonies of #C38889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38889

Black with #C38889

Text Example


Text Example

White with #C38889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38889; }

 p { color: rgb(195,136,137); }

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

background-color css

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

 a { background-color: rgb(195,136,137); }

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

border-color css

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

 span { border-color: rgb(195,136,137); }

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