Html Css Color HEX #C2708A Charm

📋 copy color: '#C2708A'

red 194 ◦ green 112 ◦ blue 138

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

Shades of Charm #C2708A

Tints of Charm #C2708A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.23%

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

R = 43.69%
G = 25.23%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C2708A (or 0xC2708A) is known color: Charm. HEX triplet: C2, 70 and 8A. RGB value is (194,112,138). Sum of RGB (Red+Green+Blue) = 194+112+138=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 112 (44.14% from 255 or 25.23% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 194 - color contains mainly: red. Hex color #C2708A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2708A is #3D8F75. Grayscale: #8B8B8B. Windows color (decimal): -4034422 or 9072834. OLE color: 9072834.

HSL color Cylindrical-coordinate representation of color #C2708A: hue angle of 340.98º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C2708A is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 112 138 -
CMYK 0 0.42 0.29 0.24
HSL 340.98º 0.4% 0.6% -
HSV(B) 340.98º 0.42% 0.76% -
XYZ 32.63 24.89 27.13 -
YUV 139.48 127.17 166.89 -
System Red Green Blue C M Y K H S L
Decimal 194 112 138 0 0.42 0.29 0.24 340.98 0.4 0.6
Hex C2 70 8A 0 2A 1D 18 155 28 3C
Octal 302 160 212 0 52 35 30 525 50 74
Binary 11000010 1110000 10001010 0 101010 11101 11000 101010101 101000 111100

Color Harmonies of #C2708A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2708A

Black with #C2708A

Text Example


Text Example

White with #C2708A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2708A; }

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

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

background-color css

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

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

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

border-color css

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

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

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