Html Css Color HEX #C0848A Puce

📋 copy color: '#C0848A'

red 192 ◦ green 132 ◦ blue 138

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

Shades of Puce #C0848A

Tints of Puce #C0848A

RGB

 RED value IS 192 (75.39% from 255) = 41.56%

 GREEN value IS 132 (51.95% from 255) = 28.57%

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

R = 41.56%
G = 28.57%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C0848A (or 0xC0848A) is known color: Puce. HEX triplet: C0, 84 and 8A. RGB value is (192,132,138). Sum of RGB (Red+Green+Blue) = 192+132+138=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 132 (51.95% from 255 or 28.57% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 192 - color contains mainly: red. Hex color #C0848A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0848A is #3F7B75. Grayscale: #969696. Windows color (decimal): -4160374 or 9077952. OLE color: 9077952.

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

Color convert

RGB 192 132 138 -
CMYK 0 0.31 0.28 0.25
HSL 354º 0.32% 0.64% -
HSV(B) 354º 0.31% 0.75% -
XYZ 34.58 29.54 27.92 -
YUV 150.62 120.88 157.51 -
System Red Green Blue C M Y K H S L
Decimal 192 132 138 0 0.31 0.28 0.25 354 0.32 0.64
Hex C0 84 8A 0 1F 1C 19 162 20 40
Octal 300 204 212 0 37 34 31 542 40 100
Binary 11000000 10000100 10001010 0 11111 11100 11001 101100010 100000 1000000

Color Harmonies of #C0848A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0848A

Black with #C0848A

Text Example


Text Example

White with #C0848A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0848A; }

 p { color: rgb(192,132,138); }

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

background-color css

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

 a { background-color: rgb(192,132,138); }

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

border-color css

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

 span { border-color: rgb(192,132,138); }

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