Html Css Color HEX #C07AA2 Bouquet

📋 copy color: '#C07AA2'

red 192 ◦ green 122 ◦ blue 162

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

Shades of Bouquet #C07AA2

Tints of Bouquet #C07AA2

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.63%

 BLUE value IS 162 (63.67% from 255) = 34.03%

R = 40.34%
G = 25.63%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#C07AA2 (or 0xC07AA2) is known color: Bouquet. HEX triplet: C0, 7A and A2. RGB value is (192,122,162). Sum of RGB (Red+Green+Blue) = 192+122+162=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 122 (48.05% from 255 or 25.63% from 476); Blue value is 162 (63.67% from 255 or 34.03% from 476); Max value from RGB is 192 - color contains mainly: red. Hex color #C07AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07AA2 is #3F855D. Grayscale: #939393. Windows color (decimal): -4162910 or 10648256. OLE color: 10648256.

HSL color Cylindrical-coordinate representation of color #C07AA2: hue angle of 325.71º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C07AA2 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 122 162 -
CMYK 0 0.36 0.16 0.25
HSL 325.71º 0.36% 0.62% -
HSV(B) 325.71º 0.36% 0.75% -
XYZ 35.22 27.73 37.68 -
YUV 147.49 136.19 159.75 -
System Red Green Blue C M Y K H S L
Decimal 192 122 162 0 0.36 0.16 0.25 325.71 0.36 0.62
Hex C0 7A A2 0 24 10 19 146 24 3E
Octal 300 172 242 0 44 20 31 506 44 76
Binary 11000000 1111010 10100010 0 100100 10000 11001 101000110 100100 111110

Color Harmonies of #C07AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07AA2

Black with #C07AA2

Text Example


Text Example

White with #C07AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07AA2; }

 p { color: rgb(192,122,162); }

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

background-color css

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

 a { background-color: rgb(192,122,162); }

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

border-color css

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

 span { border-color: rgb(192,122,162); }

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