Html Css Color HEX #C38388 Puce

📋 copy color: '#C38388'

red 195 ◦ green 131 ◦ blue 136

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

Shades of Puce #C38388

Tints of Puce #C38388

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.35%

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

R = 42.21%
G = 28.35%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C38388 (or 0xC38388) is known color: Puce. HEX triplet: C3, 83 and 88. RGB value is (195,131,136). Sum of RGB (Red+Green+Blue) = 195+131+136=462 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.21% from 462); Green value is 131 (51.56% from 255 or 28.35% from 462); Blue value is 136 (53.52% from 255 or 29.44% from 462); Max value from RGB is 195 - color contains mainly: red. Hex color #C38388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38388 is #3C7C77. Grayscale: #969696. Windows color (decimal): -3964024 or 8946627. OLE color: 8946627.

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

Color convert

RGB 195 131 136 -
CMYK 0 0.33 0.30 0.24
HSL 355.31º 0.35% 0.64% -
HSV(B) 355.31º 0.33% 0.76% -
XYZ 35.07 29.61 27.16 -
YUV 150.71 119.7 159.59 -
System Red Green Blue C M Y K H S L
Decimal 195 131 136 0 0.33 0.30 0.24 355.31 0.35 0.64
Hex C3 83 88 0 21 1E 18 163 23 40
Octal 303 203 210 0 41 36 30 543 43 100
Binary 11000011 10000011 10001000 0 100001 11110 11000 101100011 100011 1000000

Color Harmonies of #C38388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38388

Black with #C38388

Text Example


Text Example

White with #C38388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38388; }

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

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

background-color css

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

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

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

border-color css

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

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

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