Html Css Color HEX #C28085 Charm

📋 copy color: '#C28085'

red 194 ◦ green 128 ◦ blue 133

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

Shades of Charm #C28085

Tints of Charm #C28085

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.13%

 BLUE value IS 133 (52.34% from 255) = 29.23%

R = 42.64%
G = 28.13%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C28085 (or 0xC28085) is known color: Charm. HEX triplet: C2, 80 and 85. RGB value is (194,128,133). Sum of RGB (Red+Green+Blue) = 194+128+133=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 133 (52.34% from 255 or 29.23% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C28085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28085 is #3D7F7A. Grayscale: #949494. Windows color (decimal): -4030331 or 8749250. OLE color: 8749250.

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

Color convert

RGB 194 128 133 -
CMYK 0 0.34 0.31 0.24
HSL 355.45º 0.35% 0.63% -
HSV(B) 355.45º 0.34% 0.76% -
XYZ 34.2 28.6 25.91 -
YUV 148.3 119.37 160.59 -
System Red Green Blue C M Y K H S L
Decimal 194 128 133 0 0.34 0.31 0.24 355.45 0.35 0.63
Hex C2 80 85 0 22 1F 18 163 23 3F
Octal 302 200 205 0 42 37 30 543 43 77
Binary 11000010 10000000 10000101 0 100010 11111 11000 101100011 100011 111111

Color Harmonies of #C28085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28085

Black with #C28085

Text Example


Text Example

White with #C28085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28085; }

 p { color: rgb(194,128,133); }

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

background-color css

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

 a { background-color: rgb(194,128,133); }

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

border-color css

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

 span { border-color: rgb(194,128,133); }

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