Html Css Color HEX #C07DAC Bouquet

📋 copy color: '#C07DAC'

red 192 ◦ green 125 ◦ blue 172

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

Shades of Bouquet #C07DAC

Tints of Bouquet #C07DAC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.56%

 BLUE value IS 172 (67.58% from 255) = 35.17%

R = 39.26%
G = 25.56%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C07DAC (or 0xC07DAC) is known color: Bouquet. HEX triplet: C0, 7D and AC. RGB value is (192,125,172). Sum of RGB (Red+Green+Blue) = 192+125+172=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 125 (49.22% from 255 or 25.56% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 192 - color contains mainly: red. Hex color #C07DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07DAC is #3F8253. Grayscale: #969696. Windows color (decimal): -4162132 or 11304384. OLE color: 11304384.

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

Color convert

RGB 192 125 172 -
CMYK 0 0.35 0.10 0.25
HSL 317.91º 0.35% 0.62% -
HSV(B) 317.91º 0.35% 0.75% -
XYZ 36.52 28.85 42.67 -
YUV 150.39 140.2 157.68 -
System Red Green Blue C M Y K H S L
Decimal 192 125 172 0 0.35 0.10 0.25 317.91 0.35 0.62
Hex C0 7D AC 0 23 A 19 13E 23 3E
Octal 300 175 254 0 43 12 31 476 43 76
Binary 11000000 1111101 10101100 0 100011 1010 11001 100111110 100011 111110

Color Harmonies of #C07DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07DAC

Black with #C07DAC

Text Example


Text Example

White with #C07DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07DAC; }

 p { color: rgb(192,125,172); }

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

background-color css

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

 a { background-color: rgb(192,125,172); }

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

border-color css

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

 span { border-color: rgb(192,125,172); }

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