Html Css Color HEX #C072A8 Bouquet

📋 copy color: '#C072A8'

red 192 ◦ green 114 ◦ blue 168

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

Shades of Bouquet #C072A8

Tints of Bouquet #C072A8

RGB

 RED value IS 192 (75.39% from 255) = 40.51%

 GREEN value IS 114 (44.92% from 255) = 24.05%

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

R = 40.51%
G = 24.05%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#C072A8 (or 0xC072A8) is known color: Bouquet. HEX triplet: C0, 72 and A8. RGB value is (192,114,168). Sum of RGB (Red+Green+Blue) = 192+114+168=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 114 (44.92% from 255 or 24.05% from 474); Blue value is 168 (66.02% from 255 or 35.44% from 474); Max value from RGB is 192 - color contains mainly: red. Hex color #C072A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C072A8 is #3F8D57. Grayscale: #8F8F8F. Windows color (decimal): -4164952 or 11039424. OLE color: 11039424.

HSL color Cylindrical-coordinate representation of color #C072A8: hue angle of 318.46º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C072A8 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 114 168 -
CMYK 0 0.41 0.12 0.25
HSL 318.46º 0.38% 0.6% -
HSV(B) 318.46º 0.41% 0.75% -
XYZ 34.82 26.07 40.24 -
YUV 143.48 141.84 162.61 -
System Red Green Blue C M Y K H S L
Decimal 192 114 168 0 0.41 0.12 0.25 318.46 0.38 0.6
Hex C0 72 A8 0 29 C 19 13E 26 3C
Octal 300 162 250 0 51 14 31 476 46 74
Binary 11000000 1110010 10101000 0 101001 1100 11001 100111110 100110 111100

Color Harmonies of #C072A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C072A8

Black with #C072A8

Text Example


Text Example

White with #C072A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C072A8; }

 p { color: rgb(192,114,168); }

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

background-color css

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

 a { background-color: rgb(192,114,168); }

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

border-color css

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

 span { border-color: rgb(192,114,168); }

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