Html Css Color HEX #C07AA5 Bouquet

📋 copy color: '#C07AA5'

red 192 ◦ green 122 ◦ blue 165

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

Shades of Bouquet #C07AA5

Tints of Bouquet #C07AA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 34.45%

R = 40.08%
G = 25.47%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#C07AA5 (or 0xC07AA5) is known color: Bouquet. HEX triplet: C0, 7A and A5. RGB value is (192,122,165). Sum of RGB (Red+Green+Blue) = 192+122+165=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 122 (48.05% from 255 or 25.47% from 479); Blue value is 165 (64.84% from 255 or 34.45% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C07AA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07AA5 is #3F855A. Grayscale: #939393. Windows color (decimal): -4162907 or 10844864. OLE color: 10844864.

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

Color convert

RGB 192 122 165 -
CMYK 0 0.36 0.14 0.25
HSL 323.14º 0.36% 0.62% -
HSV(B) 323.14º 0.36% 0.75% -
XYZ 35.49 27.84 39.1 -
YUV 147.83 137.69 159.5 -
System Red Green Blue C M Y K H S L
Decimal 192 122 165 0 0.36 0.14 0.25 323.14 0.36 0.62
Hex C0 7A A5 0 24 E 19 143 24 3E
Octal 300 172 245 0 44 16 31 503 44 76
Binary 11000000 1111010 10100101 0 100100 1110 11001 101000011 100100 111110

Color Harmonies of #C07AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07AA5

Black with #C07AA5

Text Example


Text Example

White with #C07AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07AA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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