Html Css Color HEX #C3768C Charm

📋 copy color: '#C3768C'

red 195 ◦ green 118 ◦ blue 140

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

Shades of Charm #C3768C

Tints of Charm #C3768C

RGB

 RED value IS 195 (76.56% from 255) = 43.05%

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

 BLUE value IS 140 (55.08% from 255) = 30.91%

R = 43.05%
G = 26.05%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C3768C (or 0xC3768C) is known color: Charm. HEX triplet: C3, 76 and 8C. RGB value is (195,118,140). Sum of RGB (Red+Green+Blue) = 195+118+140=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 140 (55.08% from 255 or 30.91% from 453); Max value from RGB is 195 - color contains mainly: red. Hex color #C3768C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3768C is #3C8973. Grayscale: #8F8F8F. Windows color (decimal): -3967348 or 9205443. OLE color: 9205443.

HSL color Cylindrical-coordinate representation of color #C3768C: hue angle of 342.86º degrees, saturation: 0.39, 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 #C3768C is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 118 140 -
CMYK 0 0.39 0.28 0.24
HSL 342.86º 0.39% 0.61% -
HSV(B) 342.86º 0.39% 0.76% -
XYZ 33.72 26.45 28.14 -
YUV 143.53 126.01 164.71 -
System Red Green Blue C M Y K H S L
Decimal 195 118 140 0 0.39 0.28 0.24 342.86 0.39 0.61
Hex C3 76 8C 0 27 1C 18 157 27 3D
Octal 303 166 214 0 47 34 30 527 47 75
Binary 11000011 1110110 10001100 0 100111 11100 11000 101010111 100111 111101

Color Harmonies of #C3768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3768C

Black with #C3768C

Text Example


Text Example

White with #C3768C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3768C; }

 p { color: rgb(195,118,140); }

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

background-color css

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

 a { background-color: rgb(195,118,140); }

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

border-color css

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

 span { border-color: rgb(195,118,140); }

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