Html Css Color HEX #C27B8A Charm

📋 copy color: '#C27B8A'

red 194 ◦ green 123 ◦ blue 138

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

Shades of Charm #C27B8A

Tints of Charm #C27B8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.33%

R = 42.64%
G = 27.03%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C27B8A (or 0xC27B8A) is known color: Charm. HEX triplet: C2, 7B and 8A. RGB value is (194,123,138). Sum of RGB (Red+Green+Blue) = 194+123+138=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 123 (48.44% from 255 or 27.03% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C27B8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27B8A is #3D8475. Grayscale: #919191. Windows color (decimal): -4031606 or 9075650. OLE color: 9075650.

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

Color convert

RGB 194 123 138 -
CMYK 0 0.37 0.29 0.24
HSL 347.32º 0.37% 0.62% -
HSV(B) 347.32º 0.37% 0.76% -
XYZ 33.92 27.47 27.56 -
YUV 145.94 123.52 162.28 -
System Red Green Blue C M Y K H S L
Decimal 194 123 138 0 0.37 0.29 0.24 347.32 0.37 0.62
Hex C2 7B 8A 0 25 1D 18 15B 25 3E
Octal 302 173 212 0 45 35 30 533 45 76
Binary 11000010 1111011 10001010 0 100101 11101 11000 101011011 100101 111110

Color Harmonies of #C27B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27B8A

Black with #C27B8A

Text Example


Text Example

White with #C27B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27B8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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