Html Css Color HEX #C28187 Charm

📋 copy color: '#C28187'

red 194 ◦ green 129 ◦ blue 135

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

Shades of Charm #C28187

Tints of Charm #C28187

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.17%

 BLUE value IS 135 (53.13% from 255) = 29.48%

R = 42.36%
G = 28.17%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C28187 (or 0xC28187) is known color: Charm. HEX triplet: C2, 81 and 87. RGB value is (194,129,135). Sum of RGB (Red+Green+Blue) = 194+129+135=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 129 (50.78% from 255 or 28.17% from 458); Blue value is 135 (53.12% from 255 or 29.48% from 458); Max value from RGB is 194 - color contains mainly: red. Hex color #C28187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28187 is #3D7E78. Grayscale: #959595. Windows color (decimal): -4030073 or 8880578. OLE color: 8880578.

HSL color Cylindrical-coordinate representation of color #C28187: hue angle of 354.46º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C28187 is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 129 135 -
CMYK 0 0.34 0.30 0.24
HSL 354.46º 0.35% 0.63% -
HSV(B) 354.46º 0.34% 0.76% -
XYZ 34.47 28.92 26.69 -
YUV 149.12 120.03 160.01 -
System Red Green Blue C M Y K H S L
Decimal 194 129 135 0 0.34 0.30 0.24 354.46 0.35 0.63
Hex C2 81 87 0 22 1E 18 162 23 3F
Octal 302 201 207 0 42 36 30 542 43 77
Binary 11000010 10000001 10000111 0 100010 11110 11000 101100010 100011 111111

Color Harmonies of #C28187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28187

Black with #C28187

Text Example


Text Example

White with #C28187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28187; }

 p { color: rgb(194,129,135); }

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

background-color css

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

 a { background-color: rgb(194,129,135); }

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

border-color css

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

 span { border-color: rgb(194,129,135); }

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