Html Css Color HEX #C2738B Charm

📋 copy color: '#C2738B'

red 194 ◦ green 115 ◦ blue 139

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

Shades of Charm #C2738B

Tints of Charm #C2738B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.67%

 BLUE value IS 139 (54.69% from 255) = 31.03%

R = 43.3%
G = 25.67%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C2738B (or 0xC2738B) is known color: Charm. HEX triplet: C2, 73 and 8B. RGB value is (194,115,139). Sum of RGB (Red+Green+Blue) = 194+115+139=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 115 (45.31% from 255 or 25.67% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C2738B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2738B is #3D8C74. Grayscale: #8D8D8D. Windows color (decimal): -4033653 or 9139138. OLE color: 9139138.

HSL color Cylindrical-coordinate representation of color #C2738B: hue angle of 341.77º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C2738B is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 115 139 -
CMYK 0 0.41 0.28 0.24
HSL 341.77º 0.39% 0.61% -
HSV(B) 341.77º 0.41% 0.76% -
XYZ 33.04 25.59 27.63 -
YUV 141.36 126.67 165.55 -
System Red Green Blue C M Y K H S L
Decimal 194 115 139 0 0.41 0.28 0.24 341.77 0.39 0.61
Hex C2 73 8B 0 29 1C 18 156 27 3D
Octal 302 163 213 0 51 34 30 526 47 75
Binary 11000010 1110011 10001011 0 101001 11100 11000 101010110 100111 111101

Color Harmonies of #C2738B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2738B

Black with #C2738B

Text Example


Text Example

White with #C2738B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2738B; }

 p { color: rgb(194,115,139); }

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

background-color css

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

 a { background-color: rgb(194,115,139); }

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

border-color css

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

 span { border-color: rgb(194,115,139); }

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