Html Css Color HEX #C3888B Puce

📋 copy color: '#C3888B'

red 195 ◦ green 136 ◦ blue 139

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

Shades of Puce #C3888B

Tints of Puce #C3888B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.57%

R = 41.49%
G = 28.94%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C3888B (or 0xC3888B) is known color: Puce. HEX triplet: C3, 88 and 8B. RGB value is (195,136,139). Sum of RGB (Red+Green+Blue) = 195+136+139=470 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.49% from 470); Green value is 136 (53.52% from 255 or 28.94% from 470); Blue value is 139 (54.69% from 255 or 29.57% from 470); Max value from RGB is 195 - color contains mainly: red. Hex color #C3888B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3888B is #3C7774. Grayscale: #9A9A9A. Windows color (decimal): -3962741 or 9144515. OLE color: 9144515.

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

Color convert

RGB 195 136 139 -
CMYK 0 0.30 0.29 0.24
HSL 356.95º 0.33% 0.65% -
HSV(B) 356.95º 0.3% 0.76% -
XYZ 35.97 31.07 28.53 -
YUV 153.98 119.55 157.26 -
System Red Green Blue C M Y K H S L
Decimal 195 136 139 0 0.30 0.29 0.24 356.95 0.33 0.65
Hex C3 88 8B 0 1E 1D 18 165 21 41
Octal 303 210 213 0 36 35 30 545 41 101
Binary 11000011 10001000 10001011 0 11110 11101 11000 101100101 100001 1000001

Color Harmonies of #C3888B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3888B

Black with #C3888B

Text Example


Text Example

White with #C3888B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3888B; }

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

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

background-color css

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

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

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

border-color css

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

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

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