Html Css Color HEX #C2738A Charm

📋 copy color: '#C2738A'

red 194 ◦ green 115 ◦ blue 138

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

Shades of Charm #C2738A

Tints of Charm #C2738A

RGB

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

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

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

R = 43.4%
G = 25.73%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C2738A (or 0xC2738A) is known color: Charm. HEX triplet: C2, 73 and 8A. RGB value is (194,115,138). Sum of RGB (Red+Green+Blue) = 194+115+138=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 115 (45.31% from 255 or 25.73% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C2738A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2738A is #3D8C75. Grayscale: #8D8D8D. Windows color (decimal): -4033654 or 9073602. OLE color: 9073602.

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

Color convert

RGB 194 115 138 -
CMYK 0 0.41 0.29 0.24
HSL 342.53º 0.39% 0.61% -
HSV(B) 342.53º 0.41% 0.76% -
XYZ 32.97 25.57 27.24 -
YUV 141.24 126.17 165.63 -
System Red Green Blue C M Y K H S L
Decimal 194 115 138 0 0.41 0.29 0.24 342.53 0.39 0.61
Hex C2 73 8A 0 29 1D 18 157 27 3D
Octal 302 163 212 0 51 35 30 527 47 75
Binary 11000010 1110011 10001010 0 101001 11101 11000 101010111 100111 111101

Color Harmonies of #C2738A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2738A

Black with #C2738A

Text Example


Text Example

White with #C2738A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2738A; }

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

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

background-color css

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

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

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

border-color css

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

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

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