Html Css Color HEX #C4768B Charm

📋 copy color: '#C4768B'

red 196 ◦ green 118 ◦ blue 139

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

Shades of Charm #C4768B

Tints of Charm #C4768B

RGB

 RED value IS 196 (76.95% from 255) = 43.27%

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

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

R = 43.27%
G = 26.05%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C4768B (or 0xC4768B) is known color: Charm. HEX triplet: C4, 76 and 8B. RGB value is (196,118,139). Sum of RGB (Red+Green+Blue) = 196+118+139=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 196 - color contains mainly: red. Hex color #C4768B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4768B is #3B8974. Grayscale: #8F8F8F. Windows color (decimal): -3901813 or 9139908. OLE color: 9139908.

HSL color Cylindrical-coordinate representation of color #C4768B: hue angle of 343.85º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C4768B is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 118 139 -
CMYK 0 0.40 0.29 0.23
HSL 343.85º 0.4% 0.62% -
HSV(B) 343.85º 0.4% 0.77% -
XYZ 33.9 26.56 27.77 -
YUV 143.72 125.34 165.29 -
System Red Green Blue C M Y K H S L
Decimal 196 118 139 0 0.40 0.29 0.23 343.85 0.4 0.62
Hex C4 76 8B 0 28 1D 17 158 28 3E
Octal 304 166 213 0 50 35 27 530 50 76
Binary 11000100 1110110 10001011 0 101000 11101 10111 101011000 101000 111110

Color Harmonies of #C4768B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4768B

Black with #C4768B

Text Example


Text Example

White with #C4768B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4768B; }

 p { color: rgb(196,118,139); }

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

background-color css

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

 a { background-color: rgb(196,118,139); }

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

border-color css

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

 span { border-color: rgb(196,118,139); }

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