Html Css Color HEX #C27B82 Charm

📋 copy color: '#C27B82'

red 194 ◦ green 123 ◦ blue 130

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

Shades of Charm #C27B82

Tints of Charm #C27B82

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.52%

 BLUE value IS 130 (51.17% from 255) = 29.08%

R = 43.4%
G = 27.52%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C27B82 (or 0xC27B82) is known color: Charm. HEX triplet: C2, 7B and 82. RGB value is (194,123,130). Sum of RGB (Red+Green+Blue) = 194+123+130=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 123 (48.44% from 255 or 27.52% from 447); Blue value is 130 (51.17% from 255 or 29.08% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C27B82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27B82 is #3D847D. Grayscale: #919191. Windows color (decimal): -4031614 or 8551362. OLE color: 8551362.

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

Color convert

RGB 194 123 130 -
CMYK 0 0.37 0.33 0.24
HSL 354.08º 0.37% 0.62% -
HSV(B) 354.08º 0.37% 0.76% -
XYZ 33.36 27.25 24.62 -
YUV 145.03 119.52 162.93 -
System Red Green Blue C M Y K H S L
Decimal 194 123 130 0 0.37 0.33 0.24 354.08 0.37 0.62
Hex C2 7B 82 0 25 21 18 162 25 3E
Octal 302 173 202 0 45 41 30 542 45 76
Binary 11000010 1111011 10000010 0 100101 100001 11000 101100010 100101 111110

Color Harmonies of #C27B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27B82

Black with #C27B82

Text Example


Text Example

White with #C27B82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27B82; }

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

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

background-color css

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

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

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

border-color css

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

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

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