Html Css Color HEX #C07AAB Bouquet

📋 copy color: '#C07AAB'

red 192 ◦ green 122 ◦ blue 171

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

Shades of Bouquet #C07AAB

Tints of Bouquet #C07AAB

RGB

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

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

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

R = 39.59%
G = 25.15%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C07AAB (or 0xC07AAB) is known color: Bouquet. HEX triplet: C0, 7A and AB. RGB value is (192,122,171). Sum of RGB (Red+Green+Blue) = 192+122+171=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 122 (48.05% from 255 or 25.15% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 192 - color contains mainly: red. Hex color #C07AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07AAB is #3F8554. Grayscale: #949494. Windows color (decimal): -4162901 or 11238080. OLE color: 11238080.

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

Color convert

RGB 192 122 171 -
CMYK 0 0.36 0.11 0.25
HSL 318º 0.36% 0.62% -
HSV(B) 318º 0.36% 0.75% -
XYZ 36.05 28.07 42.05 -
YUV 148.52 140.69 159.02 -
System Red Green Blue C M Y K H S L
Decimal 192 122 171 0 0.36 0.11 0.25 318 0.36 0.62
Hex C0 7A AB 0 24 B 19 13E 24 3E
Octal 300 172 253 0 44 13 31 476 44 76
Binary 11000000 1111010 10101011 0 100100 1011 11001 100111110 100100 111110

Color Harmonies of #C07AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07AAB

Black with #C07AAB

Text Example


Text Example

White with #C07AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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