Html Css Color HEX #C38698 Puce

📋 copy color: '#C38698'

red 195 ◦ green 134 ◦ blue 152

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

Shades of Puce #C38698

Tints of Puce #C38698

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.86%

 BLUE value IS 152 (59.77% from 255) = 31.6%

R = 40.54%
G = 27.86%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C38698 (or 0xC38698) is known color: Puce. HEX triplet: C3, 86 and 98. RGB value is (195,134,152). Sum of RGB (Red+Green+Blue) = 195+134+152=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 134 (52.73% from 255 or 27.86% from 481); Blue value is 152 (59.77% from 255 or 31.60% from 481); Max value from RGB is 195 - color contains mainly: red. Hex color #C38698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38698 is #3C7967. Grayscale: #9A9A9A. Windows color (decimal): -3963240 or 9995971. OLE color: 9995971.

HSL color Cylindrical-coordinate representation of color #C38698: hue angle of 342.3º degrees, saturation: 0.34, 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 #C38698 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 134 152 -
CMYK 0 0.31 0.22 0.24
HSL 342.3º 0.34% 0.65% -
HSV(B) 342.3º 0.31% 0.76% -
XYZ 36.7 30.92 33.74 -
YUV 154.29 126.71 157.04 -
System Red Green Blue C M Y K H S L
Decimal 195 134 152 0 0.31 0.22 0.24 342.3 0.34 0.65
Hex C3 86 98 0 1F 16 18 156 22 41
Octal 303 206 230 0 37 26 30 526 42 101
Binary 11000011 10000110 10011000 0 11111 10110 11000 101010110 100010 1000001

Color Harmonies of #C38698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38698

Black with #C38698

Text Example


Text Example

White with #C38698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38698; }

 p { color: rgb(195,134,152); }

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

background-color css

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

 a { background-color: rgb(195,134,152); }

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

border-color css

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

 span { border-color: rgb(195,134,152); }

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