Html Css Color HEX #C3808F Puce

📋 copy color: '#C3808F'

red 195 ◦ green 128 ◦ blue 143

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

Shades of Puce #C3808F

Tints of Puce #C3808F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.47%

 BLUE value IS 143 (56.25% from 255) = 30.69%

R = 41.85%
G = 27.47%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C3808F (or 0xC3808F) is known color: Puce. HEX triplet: C3, 80 and 8F. RGB value is (195,128,143). Sum of RGB (Red+Green+Blue) = 195+128+143=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 195 - color contains mainly: red. Hex color #C3808F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3808F is #3C7F70. Grayscale: #959595. Windows color (decimal): -3964785 or 9404611. OLE color: 9404611.

HSL color Cylindrical-coordinate representation of color #C3808F: hue angle of 346.57º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C3808F is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 128 143 -
CMYK 0 0.34 0.27 0.24
HSL 346.57º 0.36% 0.63% -
HSV(B) 346.57º 0.34% 0.76% -
XYZ 35.18 29.02 29.73 -
YUV 149.74 124.2 160.28 -
System Red Green Blue C M Y K H S L
Decimal 195 128 143 0 0.34 0.27 0.24 346.57 0.36 0.63
Hex C3 80 8F 0 22 1B 18 15B 24 3F
Octal 303 200 217 0 42 33 30 533 44 77
Binary 11000011 10000000 10001111 0 100010 11011 11000 101011011 100100 111111

Color Harmonies of #C3808F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3808F

Black with #C3808F

Text Example


Text Example

White with #C3808F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3808F; }

 p { color: rgb(195,128,143); }

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

background-color css

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

 a { background-color: rgb(195,128,143); }

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

border-color css

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

 span { border-color: rgb(195,128,143); }

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