Html Css Color HEX #C1858A Puce

📋 copy color: '#C1858A'

red 193 ◦ green 133 ◦ blue 138

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

Shades of Puce #C1858A

Tints of Puce #C1858A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.66%

 BLUE value IS 138 (54.3% from 255) = 29.74%

R = 41.59%
G = 28.66%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C1858A (or 0xC1858A) is known color: Puce. HEX triplet: C1, 85 and 8A. RGB value is (193,133,138). Sum of RGB (Red+Green+Blue) = 193+133+138=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 133 (52.34% from 255 or 28.66% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 193 - color contains mainly: red. Hex color #C1858A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1858A is #3E7A75. Grayscale: #979797. Windows color (decimal): -4094582 or 9078209. OLE color: 9078209.

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

Color convert

RGB 193 133 138 -
CMYK 0 0.31 0.28 0.24
HSL 355º 0.33% 0.64% -
HSV(B) 355º 0.31% 0.76% -
XYZ 34.97 29.95 27.98 -
YUV 151.51 120.38 157.59 -
System Red Green Blue C M Y K H S L
Decimal 193 133 138 0 0.31 0.28 0.24 355 0.33 0.64
Hex C1 85 8A 0 1F 1C 18 163 21 40
Octal 301 205 212 0 37 34 30 543 41 100
Binary 11000001 10000101 10001010 0 11111 11100 11000 101100011 100001 1000000

Color Harmonies of #C1858A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1858A

Black with #C1858A

Text Example


Text Example

White with #C1858A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1858A; }

 p { color: rgb(193,133,138); }

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

background-color css

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

 a { background-color: rgb(193,133,138); }

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

border-color css

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

 span { border-color: rgb(193,133,138); }

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