Html Css Color HEX #C67AA6 Hopbush

📋 copy color: '#C67AA6'

red 198 ◦ green 122 ◦ blue 166

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

Shades of Hopbush #C67AA6

Tints of Hopbush #C67AA6

RGB

 RED value IS 198 (77.73% from 255) = 40.74%

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

 BLUE value IS 166 (65.23% from 255) = 34.16%

R = 40.74%
G = 25.1%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#C67AA6 (or 0xC67AA6) is known color: Hopbush. HEX triplet: C6, 7A and A6. RGB value is (198,122,166). Sum of RGB (Red+Green+Blue) = 198+122+166=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 122 (48.05% from 255 or 25.10% from 486); Blue value is 166 (65.23% from 255 or 34.16% from 486); Max value from RGB is 198 - color contains mainly: red. Hex color #C67AA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67AA6 is #398559. Grayscale: #959595. Windows color (decimal): -3769690 or 10910406. OLE color: 10910406.

HSL color Cylindrical-coordinate representation of color #C67AA6: hue angle of 325.26º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C67AA6 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 122 166 -
CMYK 0 0.38 0.16 0.22
HSL 325.26º 0.4% 0.63% -
HSV(B) 325.26º 0.38% 0.78% -
XYZ 37.13 28.68 39.65 -
YUV 149.74 137.18 162.42 -
System Red Green Blue C M Y K H S L
Decimal 198 122 166 0 0.38 0.16 0.22 325.26 0.4 0.63
Hex C6 7A A6 0 26 10 16 145 28 3F
Octal 306 172 246 0 46 20 26 505 50 77
Binary 11000110 1111010 10100110 0 100110 10000 10110 101000101 101000 111111

Color Harmonies of #C67AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67AA6

Black with #C67AA6

Text Example


Text Example

White with #C67AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67AA6; }

 p { color: rgb(198,122,166); }

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

background-color css

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

 a { background-color: rgb(198,122,166); }

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

border-color css

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

 span { border-color: rgb(198,122,166); }

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