Html Css Color HEX #C38788 Puce

📋 copy color: '#C38788'

red 195 ◦ green 135 ◦ blue 136

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

Shades of Puce #C38788

Tints of Puce #C38788

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.97%

 BLUE value IS 136 (53.52% from 255) = 29.18%

R = 41.85%
G = 28.97%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C38788 (or 0xC38788) is known color: Puce. HEX triplet: C3, 87 and 88. RGB value is (195,135,136). Sum of RGB (Red+Green+Blue) = 195+135+136=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 135 (53.12% from 255 or 28.97% from 466); Blue value is 136 (53.52% from 255 or 29.18% from 466); Max value from RGB is 195 - color contains mainly: red. Hex color #C38788 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38788 is #3C7877. Grayscale: #999999. Windows color (decimal): -3963000 or 8947651. OLE color: 8947651.

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

Color convert

RGB 195 135 136 -
CMYK 0 0.31 0.30 0.24
HSL 359º 0.33% 0.65% -
HSV(B) 359º 0.31% 0.76% -
XYZ 35.61 30.71 27.34 -
YUV 153.05 118.38 157.92 -
System Red Green Blue C M Y K H S L
Decimal 195 135 136 0 0.31 0.30 0.24 359 0.33 0.65
Hex C3 87 88 0 1F 1E 18 167 21 41
Octal 303 207 210 0 37 36 30 547 41 101
Binary 11000011 10000111 10001000 0 11111 11110 11000 101100111 100001 1000001

Color Harmonies of #C38788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38788

Black with #C38788

Text Example


Text Example

White with #C38788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38788; }

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

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

background-color css

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

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

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

border-color css

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

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

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