Html Css Color HEX #C374B2 London Hue

📋 copy color: '#C374B2'

red 195 ◦ green 116 ◦ blue 178

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

Shades of London Hue #C374B2

Tints of London Hue #C374B2

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.72%

 BLUE value IS 178 (69.92% from 255) = 36.4%

R = 39.88%
G = 23.72%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C374B2 (or 0xC374B2) is known color: London Hue. HEX triplet: C3, 74 and B2. RGB value is (195,116,178). Sum of RGB (Red+Green+Blue) = 195+116+178=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 116 (45.70% from 255 or 23.72% from 489); Blue value is 178 (69.92% from 255 or 36.40% from 489); Max value from RGB is 195 - color contains mainly: red. Hex color #C374B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C374B2 is #3C8B4D. Grayscale: #929292. Windows color (decimal): -3967822 or 11695299. OLE color: 11695299.

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

Color convert

RGB 195 116 178 -
CMYK 0 0.41 0.09 0.24
HSL 312.91º 0.4% 0.61% -
HSV(B) 312.91º 0.41% 0.76% -
XYZ 36.79 27.31 45.45 -
YUV 146.69 145.67 162.46 -
System Red Green Blue C M Y K H S L
Decimal 195 116 178 0 0.41 0.09 0.24 312.91 0.4 0.61
Hex C3 74 B2 0 29 9 18 139 28 3D
Octal 303 164 262 0 51 11 30 471 50 75
Binary 11000011 1110100 10110010 0 101001 1001 11000 100111001 101000 111101

Color Harmonies of #C374B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C374B2

Black with #C374B2

Text Example


Text Example

White with #C374B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C374B2; }

 p { color: rgb(195,116,178); }

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

background-color css

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

 a { background-color: rgb(195,116,178); }

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

border-color css

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

 span { border-color: rgb(195,116,178); }

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