Html Css Color HEX #C071AB Bouquet

📋 copy color: '#C071AB'

red 192 ◦ green 113 ◦ blue 171

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

Shades of Bouquet #C071AB

Tints of Bouquet #C071AB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.74%

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

R = 40.34%
G = 23.74%
B = 35.92%

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

#C071AB (or 0xC071AB) is known color: Bouquet. HEX triplet: C0, 71 and AB. RGB value is (192,113,171). Sum of RGB (Red+Green+Blue) = 192+113+171=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 113 (44.53% from 255 or 23.74% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 192 - color contains mainly: red. Hex color #C071AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C071AB is #3F8E54. Grayscale: #8F8F8F. Windows color (decimal): -4165205 or 11235776. OLE color: 11235776.

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

Color convert

RGB 192 113 171 -
CMYK 0 0.41 0.11 0.25
HSL 315.95º 0.39% 0.6% -
HSV(B) 315.95º 0.41% 0.75% -
XYZ 34.99 25.96 41.69 -
YUV 143.23 143.67 162.78 -
System Red Green Blue C M Y K H S L
Decimal 192 113 171 0 0.41 0.11 0.25 315.95 0.39 0.6
Hex C0 71 AB 0 29 B 19 13C 27 3C
Octal 300 161 253 0 51 13 31 474 47 74
Binary 11000000 1110001 10101011 0 101001 1011 11001 100111100 100111 111100

Color Harmonies of #C071AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C071AB

Black with #C071AB

Text Example


Text Example

White with #C071AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C071AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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