Html Css Color HEX #C2767B Charm

📋 copy color: '#C2767B'

red 194 ◦ green 118 ◦ blue 123

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

Shades of Charm #C2767B

Tints of Charm #C2767B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.13%

 BLUE value IS 123 (48.44% from 255) = 28.28%

R = 44.6%
G = 27.13%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C2767B (or 0xC2767B) is known color: Charm. HEX triplet: C2, 76 and 7B. RGB value is (194,118,123). Sum of RGB (Red+Green+Blue) = 194+118+123=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 123 (48.44% from 255 or 28.28% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C2767B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2767B is #3D8984. Grayscale: #8D8D8D. Windows color (decimal): -4032901 or 8091330. OLE color: 8091330.

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

Color convert

RGB 194 118 123 -
CMYK 0 0.39 0.37 0.24
HSL 356.05º 0.38% 0.61% -
HSV(B) 356.05º 0.39% 0.76% -
XYZ 32.3 25.86 22.03 -
YUV 141.29 117.68 165.59 -
System Red Green Blue C M Y K H S L
Decimal 194 118 123 0 0.39 0.37 0.24 356.05 0.38 0.61
Hex C2 76 7B 0 27 25 18 164 26 3D
Octal 302 166 173 0 47 45 30 544 46 75
Binary 11000010 1110110 1111011 0 100111 100101 11000 101100100 100110 111101

Color Harmonies of #C2767B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2767B

Black with #C2767B

Text Example


Text Example

White with #C2767B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2767B; }

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

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

background-color css

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

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

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

border-color css

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

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

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