Html Css Color HEX #C061A4 Hopbush

📋 copy color: '#C061A4'

red 192 ◦ green 97 ◦ blue 164

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

Shades of Hopbush #C061A4

Tints of Hopbush #C061A4

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.41%

 BLUE value IS 164 (64.45% from 255) = 36.2%

R = 42.38%
G = 21.41%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#C061A4 (or 0xC061A4) is known color: Hopbush. HEX triplet: C0, 61 and A4. RGB value is (192,97,164). Sum of RGB (Red+Green+Blue) = 192+97+164=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 97 (38.28% from 255 or 21.41% from 453); Blue value is 164 (64.45% from 255 or 36.20% from 453); Max value from RGB is 192 - color contains mainly: red. Hex color #C061A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C061A4 is #3F9E5B. Grayscale: #848484. Windows color (decimal): -4169308 or 10772928. OLE color: 10772928.

HSL color Cylindrical-coordinate representation of color #C061A4: hue angle of 317.68º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C061A4 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 97 164 -
CMYK 0 0.49 0.15 0.25
HSL 317.68º 0.43% 0.57% -
HSV(B) 317.68º 0.49% 0.75% -
XYZ 32.71 22.44 37.73 -
YUV 133.04 145.47 170.05 -
System Red Green Blue C M Y K H S L
Decimal 192 97 164 0 0.49 0.15 0.25 317.68 0.43 0.57
Hex C0 61 A4 0 31 F 19 13E 2B 39
Octal 300 141 244 0 61 17 31 476 53 71
Binary 11000000 1100001 10100100 0 110001 1111 11001 100111110 101011 111001

Color Harmonies of #C061A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C061A4

Black with #C061A4

Text Example


Text Example

White with #C061A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C061A4; }

 p { color: rgb(192,97,164); }

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

background-color css

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

 a { background-color: rgb(192,97,164); }

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

border-color css

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

 span { border-color: rgb(192,97,164); }

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