Html Css Color HEX #C2868A Puce

📋 copy color: '#C2868A'

red 194 ◦ green 134 ◦ blue 138

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

Shades of Puce #C2868A

Tints of Puce #C2868A

RGB

 RED value IS 194 (76.17% from 255) = 41.63%

 GREEN value IS 134 (52.73% from 255) = 28.76%

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

R = 41.63%
G = 28.76%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C2868A (or 0xC2868A) is known color: Puce. HEX triplet: C2, 86 and 8A. RGB value is (194,134,138). Sum of RGB (Red+Green+Blue) = 194+134+138=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 134 (52.73% from 255 or 28.76% from 466); Blue value is 138 (54.30% from 255 or 29.61% from 466); Max value from RGB is 194 - color contains mainly: red. Hex color #C2868A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2868A is #3D7975. Grayscale: #989898. Windows color (decimal): -4028790 or 9078466. OLE color: 9078466.

HSL color Cylindrical-coordinate representation of color #C2868A: hue angle of 356º 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 #C2868A is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 134 138 -
CMYK 0 0.31 0.29 0.24
HSL 356º 0.33% 0.64% -
HSV(B) 356º 0.31% 0.76% -
XYZ 35.36 30.35 28.04 -
YUV 152.4 119.88 157.67 -
System Red Green Blue C M Y K H S L
Decimal 194 134 138 0 0.31 0.29 0.24 356 0.33 0.64
Hex C2 86 8A 0 1F 1D 18 164 21 40
Octal 302 206 212 0 37 35 30 544 41 100
Binary 11000010 10000110 10001010 0 11111 11101 11000 101100100 100001 1000000

Color Harmonies of #C2868A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2868A

Black with #C2868A

Text Example


Text Example

White with #C2868A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2868A; }

 p { color: rgb(194,134,138); }

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

background-color css

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

 a { background-color: rgb(194,134,138); }

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

border-color css

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

 span { border-color: rgb(194,134,138); }

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