Html Css Color HEX #C378A8 Bouquet

📋 copy color: '#C378A8'

red 195 ◦ green 120 ◦ blue 168

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

Shades of Bouquet #C378A8

Tints of Bouquet #C378A8

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.84%

 BLUE value IS 168 (66.02% from 255) = 34.78%

R = 40.37%
G = 24.84%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C378A8 (or 0xC378A8) is known color: Bouquet. HEX triplet: C3, 78 and A8. RGB value is (195,120,168). Sum of RGB (Red+Green+Blue) = 195+120+168=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 120 (47.27% from 255 or 24.84% from 483); Blue value is 168 (66.02% from 255 or 34.78% from 483); Max value from RGB is 195 - color contains mainly: red. Hex color #C378A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C378A8 is #3C8757. Grayscale: #939393. Windows color (decimal): -3966808 or 11040963. OLE color: 11040963.

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

Color convert

RGB 195 120 168 -
CMYK 0 0.38 0.14 0.24
HSL 321.6º 0.38% 0.62% -
HSV(B) 321.6º 0.38% 0.76% -
XYZ 36.29 27.86 40.51 -
YUV 147.9 139.35 161.6 -
System Red Green Blue C M Y K H S L
Decimal 195 120 168 0 0.38 0.14 0.24 321.6 0.38 0.62
Hex C3 78 A8 0 26 E 18 142 26 3E
Octal 303 170 250 0 46 16 30 502 46 76
Binary 11000011 1111000 10101000 0 100110 1110 11000 101000010 100110 111110

Color Harmonies of #C378A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C378A8

Black with #C378A8

Text Example


Text Example

White with #C378A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C378A8; }

 p { color: rgb(195,120,168); }

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

background-color css

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

 a { background-color: rgb(195,120,168); }

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

border-color css

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

 span { border-color: rgb(195,120,168); }

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