Html Css Color HEX #C668AA Hopbush

📋 copy color: '#C668AA'

red 198 ◦ green 104 ◦ blue 170

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

Shades of Hopbush #C668AA

Tints of Hopbush #C668AA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.03%

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

R = 41.95%
G = 22.03%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C668AA (or 0xC668AA) is known color: Hopbush. HEX triplet: C6, 68 and AA. RGB value is (198,104,170). Sum of RGB (Red+Green+Blue) = 198+104+170=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 104 (41.02% from 255 or 22.03% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 198 - color contains mainly: red. Hex color #C668AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C668AA is #399755. Grayscale: #8B8B8B. Windows color (decimal): -3774294 or 11167942. OLE color: 11167942.

HSL color Cylindrical-coordinate representation of color #C668AA: hue angle of 317.87º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C668AA is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 104 170 -
CMYK 0 0.47 0.14 0.22
HSL 317.87º 0.45% 0.59% -
HSV(B) 317.87º 0.47% 0.78% -
XYZ 35.49 24.81 40.95 -
YUV 139.63 145.14 169.63 -
System Red Green Blue C M Y K H S L
Decimal 198 104 170 0 0.47 0.14 0.22 317.87 0.45 0.59
Hex C6 68 AA 0 2F E 16 13E 2D 3B
Octal 306 150 252 0 57 16 26 476 55 73
Binary 11000110 1101000 10101010 0 101111 1110 10110 100111110 101101 111011

Color Harmonies of #C668AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C668AA

Black with #C668AA

Text Example


Text Example

White with #C668AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C668AA; }

 p { color: rgb(198,104,170); }

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

background-color css

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

 a { background-color: rgb(198,104,170); }

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

border-color css

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

 span { border-color: rgb(198,104,170); }

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