Html Css Color HEX #C072AB Bouquet

📋 copy color: '#C072AB'

red 192 ◦ green 114 ◦ blue 171

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

Shades of Bouquet #C072AB

Tints of Bouquet #C072AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.85%

R = 40.25%
G = 23.9%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C072AB (or 0xC072AB) is known color: Bouquet. HEX triplet: C0, 72 and AB. RGB value is (192,114,171). Sum of RGB (Red+Green+Blue) = 192+114+171=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 114 (44.92% from 255 or 23.90% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 192 - color contains mainly: red. Hex color #C072AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C072AB is #3F8D54. Grayscale: #8F8F8F. Windows color (decimal): -4164949 or 11236032. OLE color: 11236032.

HSL color Cylindrical-coordinate representation of color #C072AB: hue angle of 316.15º 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 #C072AB is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 114 171 -
CMYK 0 0.41 0.11 0.25
HSL 316.15º 0.38% 0.6% -
HSV(B) 316.15º 0.41% 0.75% -
XYZ 35.11 26.18 41.73 -
YUV 143.82 143.34 162.37 -
System Red Green Blue C M Y K H S L
Decimal 192 114 171 0 0.41 0.11 0.25 316.15 0.38 0.6
Hex C0 72 AB 0 29 B 19 13C 26 3C
Octal 300 162 253 0 51 13 31 474 46 74
Binary 11000000 1110010 10101011 0 101001 1011 11001 100111100 100110 111100

Color Harmonies of #C072AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C072AB

Black with #C072AB

Text Example


Text Example

White with #C072AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C072AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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