Html Css Color HEX #C28288 Charm

📋 copy color: '#C28288'

red 194 ◦ green 130 ◦ blue 136

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

Shades of Charm #C28288

Tints of Charm #C28288

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.26%

 BLUE value IS 136 (53.52% from 255) = 29.57%

R = 42.17%
G = 28.26%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C28288 (or 0xC28288) is known color: Charm. HEX triplet: C2, 82 and 88. RGB value is (194,130,136). Sum of RGB (Red+Green+Blue) = 194+130+136=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 130 (51.17% from 255 or 28.26% from 460); Blue value is 136 (53.52% from 255 or 29.57% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C28288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28288 is #3D7D77. Grayscale: #959595. Windows color (decimal): -4029816 or 8946370. OLE color: 8946370.

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

Color convert

RGB 194 130 136 -
CMYK 0 0.33 0.30 0.24
HSL 354.38º 0.34% 0.64% -
HSV(B) 354.38º 0.33% 0.76% -
XYZ 34.67 29.21 27.1 -
YUV 149.82 120.2 159.51 -
System Red Green Blue C M Y K H S L
Decimal 194 130 136 0 0.33 0.30 0.24 354.38 0.34 0.64
Hex C2 82 88 0 21 1E 18 162 22 40
Octal 302 202 210 0 41 36 30 542 42 100
Binary 11000010 10000010 10001000 0 100001 11110 11000 101100010 100010 1000000

Color Harmonies of #C28288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28288

Black with #C28288

Text Example


Text Example

White with #C28288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28288; }

 p { color: rgb(194,130,136); }

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

background-color css

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

 a { background-color: rgb(194,130,136); }

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

border-color css

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

 span { border-color: rgb(194,130,136); }

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