Html Css Color HEX #C1898B Puce

📋 copy color: '#C1898B'

red 193 ◦ green 137 ◦ blue 139

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

Shades of Puce #C1898B

Tints of Puce #C1898B

RGB

 RED value IS 193 (75.78% from 255) = 41.15%

 GREEN value IS 137 (53.91% from 255) = 29.21%

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

R = 41.15%
G = 29.21%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C1898B (or 0xC1898B) is known color: Puce. HEX triplet: C1, 89 and 8B. RGB value is (193,137,139). Sum of RGB (Red+Green+Blue) = 193+137+139=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 137 (53.91% from 255 or 29.21% from 469); Blue value is 139 (54.69% from 255 or 29.64% from 469); Max value from RGB is 193 - color contains mainly: red. Hex color #C1898B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1898B is #3E7674. Grayscale: #9A9A9A. Windows color (decimal): -4093557 or 9144769. OLE color: 9144769.

HSL color Cylindrical-coordinate representation of color #C1898B: hue angle of 357.86º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C1898B is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 137 139 -
CMYK 0 0.29 0.28 0.24
HSL 357.86º 0.31% 0.65% -
HSV(B) 357.86º 0.29% 0.76% -
XYZ 35.6 31.09 28.55 -
YUV 153.97 119.55 155.84 -
System Red Green Blue C M Y K H S L
Decimal 193 137 139 0 0.29 0.28 0.24 357.86 0.31 0.65
Hex C1 89 8B 0 1D 1C 18 166 1F 41
Octal 301 211 213 0 35 34 30 546 37 101
Binary 11000001 10001001 10001011 0 11101 11100 11000 101100110 11111 1000001

Color Harmonies of #C1898B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1898B

Black with #C1898B

Text Example


Text Example

White with #C1898B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1898B; }

 p { color: rgb(193,137,139); }

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

background-color css

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

 a { background-color: rgb(193,137,139); }

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

border-color css

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

 span { border-color: rgb(193,137,139); }

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