Html Css Color HEX #C67AA5 Hopbush

📋 copy color: '#C67AA5'

red 198 ◦ green 122 ◦ blue 165

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

Shades of Hopbush #C67AA5

Tints of Hopbush #C67AA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 34.02%

R = 40.82%
G = 25.15%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#C67AA5 (or 0xC67AA5) is known color: Hopbush. HEX triplet: C6, 7A and A5. RGB value is (198,122,165). Sum of RGB (Red+Green+Blue) = 198+122+165=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 122 (48.05% from 255 or 25.15% from 485); Blue value is 165 (64.84% from 255 or 34.02% from 485); Max value from RGB is 198 - color contains mainly: red. Hex color #C67AA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67AA5 is #39855A. Grayscale: #959595. Windows color (decimal): -3769691 or 10844870. OLE color: 10844870.

HSL color Cylindrical-coordinate representation of color #C67AA5: hue angle of 326.05º 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 #C67AA5 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 122 165 -
CMYK 0 0.38 0.17 0.22
HSL 326.05º 0.4% 0.63% -
HSV(B) 326.05º 0.38% 0.78% -
XYZ 37.04 28.64 39.17 -
YUV 149.63 136.68 162.5 -
System Red Green Blue C M Y K H S L
Decimal 198 122 165 0 0.38 0.17 0.22 326.05 0.4 0.63
Hex C6 7A A5 0 26 11 16 146 28 3F
Octal 306 172 245 0 46 21 26 506 50 77
Binary 11000110 1111010 10100101 0 100110 10001 10110 101000110 101000 111111

Color Harmonies of #C67AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67AA5

Black with #C67AA5

Text Example


Text Example

White with #C67AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67AA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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