Html Css Color HEX #C075AA Bouquet

📋 copy color: '#C075AA'

red 192 ◦ green 117 ◦ blue 170

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

Shades of Bouquet #C075AA

Tints of Bouquet #C075AA

RGB

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

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

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

R = 40.08%
G = 24.43%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C075AA (or 0xC075AA) is known color: Bouquet. HEX triplet: C0, 75 and AA. RGB value is (192,117,170). Sum of RGB (Red+Green+Blue) = 192+117+170=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 117 (46.09% from 255 or 24.43% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C075AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C075AA is #3F8A55. Grayscale: #919191. Windows color (decimal): -4164182 or 11171264. OLE color: 11171264.

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

Color convert

RGB 192 117 170 -
CMYK 0 0.39 0.11 0.25
HSL 317.6º 0.37% 0.61% -
HSV(B) 317.6º 0.39% 0.75% -
XYZ 35.36 26.83 41.35 -
YUV 145.47 141.85 161.19 -
System Red Green Blue C M Y K H S L
Decimal 192 117 170 0 0.39 0.11 0.25 317.6 0.37 0.61
Hex C0 75 AA 0 27 B 19 13E 25 3D
Octal 300 165 252 0 47 13 31 476 45 75
Binary 11000000 1110101 10101010 0 100111 1011 11001 100111110 100101 111101

Color Harmonies of #C075AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C075AA

Black with #C075AA

Text Example


Text Example

White with #C075AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C075AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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