Html Css Color HEX #C070A9 Bouquet

📋 copy color: '#C070A9'

red 192 ◦ green 112 ◦ blue 169

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

Shades of Bouquet #C070A9

Tints of Bouquet #C070A9

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.68%

 BLUE value IS 169 (66.41% from 255) = 35.73%

R = 40.59%
G = 23.68%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#C070A9 (or 0xC070A9) is known color: Bouquet. HEX triplet: C0, 70 and A9. RGB value is (192,112,169). Sum of RGB (Red+Green+Blue) = 192+112+169=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 169 (66.41% from 255 or 35.73% from 473); Max value from RGB is 192 - color contains mainly: red. Hex color #C070A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C070A9 is #3F8F56. Grayscale: #8E8E8E. Windows color (decimal): -4165463 or 11104448. OLE color: 11104448.

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

Color convert

RGB 192 112 169 -
CMYK 0 0.42 0.12 0.25
HSL 317.25º 0.39% 0.6% -
HSV(B) 317.25º 0.42% 0.75% -
XYZ 34.69 25.66 40.66 -
YUV 142.42 143 163.37 -
System Red Green Blue C M Y K H S L
Decimal 192 112 169 0 0.42 0.12 0.25 317.25 0.39 0.6
Hex C0 70 A9 0 2A C 19 13D 27 3C
Octal 300 160 251 0 52 14 31 475 47 74
Binary 11000000 1110000 10101001 0 101010 1100 11001 100111101 100111 111100

Color Harmonies of #C070A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C070A9

Black with #C070A9

Text Example


Text Example

White with #C070A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C070A9; }

 p { color: rgb(192,112,169); }

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

background-color css

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

 a { background-color: rgb(192,112,169); }

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

border-color css

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

 span { border-color: rgb(192,112,169); }

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