Html Css Color HEX #C28387 Charm

📋 copy color: '#C28387'

red 194 ◦ green 131 ◦ blue 135

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

Shades of Charm #C28387

Tints of Charm #C28387

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.48%

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

R = 42.17%
G = 28.48%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C28387 (or 0xC28387) is known color: Charm. HEX triplet: C2, 83 and 87. RGB value is (194,131,135). Sum of RGB (Red+Green+Blue) = 194+131+135=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 131 (51.56% from 255 or 28.48% from 460); Blue value is 135 (53.12% from 255 or 29.35% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C28387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28387 is #3D7C78. Grayscale: #969696. Windows color (decimal): -4029561 or 8881090. OLE color: 8881090.

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

Color convert

RGB 194 131 135 -
CMYK 0 0.32 0.30 0.24
HSL 356.19º 0.34% 0.64% -
HSV(B) 356.19º 0.32% 0.76% -
XYZ 34.74 29.45 26.78 -
YUV 150.29 119.37 159.17 -
System Red Green Blue C M Y K H S L
Decimal 194 131 135 0 0.32 0.30 0.24 356.19 0.34 0.64
Hex C2 83 87 0 20 1E 18 164 22 40
Octal 302 203 207 0 40 36 30 544 42 100
Binary 11000010 10000011 10000111 0 100000 11110 11000 101100100 100010 1000000

Color Harmonies of #C28387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28387

Black with #C28387

Text Example


Text Example

White with #C28387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28387; }

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

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

background-color css

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

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

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

border-color css

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

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

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