Html Css Color HEX #C07CAA Bouquet

📋 copy color: '#C07CAA'

red 192 ◦ green 124 ◦ blue 170

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

Shades of Bouquet #C07CAA

Tints of Bouquet #C07CAA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.51%

 BLUE value IS 170 (66.8% from 255) = 34.98%

R = 39.51%
G = 25.51%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C07CAA (or 0xC07CAA) is known color: Bouquet. HEX triplet: C0, 7C and AA. RGB value is (192,124,170). Sum of RGB (Red+Green+Blue) = 192+124+170=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 124 (48.83% from 255 or 25.51% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 192 - color contains mainly: red. Hex color #C07CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07CAA is #3F8355. Grayscale: #959595. Windows color (decimal): -4162390 or 11173056. OLE color: 11173056.

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

Color convert

RGB 192 124 170 -
CMYK 0 0.35 0.11 0.25
HSL 319.41º 0.35% 0.62% -
HSV(B) 319.41º 0.35% 0.75% -
XYZ 36.2 28.52 41.63 -
YUV 149.58 139.53 158.26 -
System Red Green Blue C M Y K H S L
Decimal 192 124 170 0 0.35 0.11 0.25 319.41 0.35 0.62
Hex C0 7C AA 0 23 B 19 13F 23 3E
Octal 300 174 252 0 43 13 31 477 43 76
Binary 11000000 1111100 10101010 0 100011 1011 11001 100111111 100011 111110

Color Harmonies of #C07CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07CAA

Black with #C07CAA

Text Example


Text Example

White with #C07CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07CAA; }

 p { color: rgb(192,124,170); }

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

background-color css

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

 a { background-color: rgb(192,124,170); }

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

border-color css

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

 span { border-color: rgb(192,124,170); }

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