Html Css Color HEX #C075AC Bouquet

📋 copy color: '#C075AC'

red 192 ◦ green 117 ◦ blue 172

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

Shades of Bouquet #C075AC

Tints of Bouquet #C075AC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.32%

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

R = 39.92%
G = 24.32%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C075AC (or 0xC075AC) is known color: Bouquet. HEX triplet: C0, 75 and AC. RGB value is (192,117,172). Sum of RGB (Red+Green+Blue) = 192+117+172=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 117 (46.09% from 255 or 24.32% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 192 - color contains mainly: red. Hex color #C075AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C075AC is #3F8A53. Grayscale: #919191. Windows color (decimal): -4164180 or 11302336. OLE color: 11302336.

HSL color Cylindrical-coordinate representation of color #C075AC: hue angle of 316º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C075AC is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 117 172 -
CMYK 0 0.39 0.10 0.25
HSL 316º 0.37% 0.61% -
HSV(B) 316º 0.39% 0.75% -
XYZ 35.55 26.91 42.35 -
YUV 145.7 142.85 161.03 -
System Red Green Blue C M Y K H S L
Decimal 192 117 172 0 0.39 0.10 0.25 316 0.37 0.61
Hex C0 75 AC 0 27 A 19 13C 25 3D
Octal 300 165 254 0 47 12 31 474 45 75
Binary 11000000 1110101 10101100 0 100111 1010 11001 100111100 100101 111101

Color Harmonies of #C075AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C075AC

Black with #C075AC

Text Example


Text Example

White with #C075AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C075AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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