Html Css Color HEX #C5808F Puce

📋 copy color: '#C5808F'

red 197 ◦ green 128 ◦ blue 143

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

Shades of Puce #C5808F

Tints of Puce #C5808F

RGB

 RED value IS 197 (77.34% from 255) = 42.09%

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

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

R = 42.09%
G = 27.35%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C5808F (or 0xC5808F) is known color: Puce. HEX triplet: C5, 80 and 8F. RGB value is (197,128,143). Sum of RGB (Red+Green+Blue) = 197+128+143=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 143 (56.25% from 255 or 30.56% from 468); Max value from RGB is 197 - color contains mainly: red. Hex color #C5808F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5808F is #3A7F70. Grayscale: #969696. Windows color (decimal): -3833713 or 9404613. OLE color: 9404613.

HSL color Cylindrical-coordinate representation of color #C5808F: hue angle of 346.96º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C5808F is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 128 143 -
CMYK 0 0.35 0.27 0.23
HSL 346.96º 0.37% 0.64% -
HSV(B) 346.96º 0.35% 0.77% -
XYZ 35.7 29.29 29.76 -
YUV 150.34 123.86 161.28 -
System Red Green Blue C M Y K H S L
Decimal 197 128 143 0 0.35 0.27 0.23 346.96 0.37 0.64
Hex C5 80 8F 0 23 1B 17 15B 25 40
Octal 305 200 217 0 43 33 27 533 45 100
Binary 11000101 10000000 10001111 0 100011 11011 10111 101011011 100101 1000000

Color Harmonies of #C5808F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5808F

Black with #C5808F

Text Example


Text Example

White with #C5808F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5808F; }

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

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

background-color css

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

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

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

border-color css

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

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

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