Html Css Color HEX #C28287 Charm

📋 copy color: '#C28287'

red 194 ◦ green 130 ◦ blue 135

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

Shades of Charm #C28287

Tints of Charm #C28287

RGB

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

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

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

R = 42.27%
G = 28.32%
B = 29.41%

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

#C28287 (or 0xC28287) is known color: Charm. HEX triplet: C2, 82 and 87. RGB value is (194,130,135). Sum of RGB (Red+Green+Blue) = 194+130+135=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 130 (51.17% from 255 or 28.32% from 459); Blue value is 135 (53.12% from 255 or 29.41% from 459); Max value from RGB is 194 - color contains mainly: red. Hex color #C28287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28287 is #3D7D78. Grayscale: #959595. Windows color (decimal): -4029817 or 8880834. OLE color: 8880834.

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

Color convert

RGB 194 130 135 -
CMYK 0 0.33 0.30 0.24
HSL 355.31º 0.34% 0.64% -
HSV(B) 355.31º 0.33% 0.76% -
XYZ 34.6 29.18 26.73 -
YUV 149.71 119.7 159.59 -
System Red Green Blue C M Y K H S L
Decimal 194 130 135 0 0.33 0.30 0.24 355.31 0.34 0.64
Hex C2 82 87 0 21 1E 18 163 22 40
Octal 302 202 207 0 41 36 30 543 42 100
Binary 11000010 10000010 10000111 0 100001 11110 11000 101100011 100010 1000000

Color Harmonies of #C28287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28287

Black with #C28287

Text Example


Text Example

White with #C28287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28287; }

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

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

background-color css

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

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

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

border-color css

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

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

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