Html Css Color HEX #C66685 Hopbush

📋 copy color: '#C66685'

red 198 ◦ green 102 ◦ blue 133

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

Shades of Hopbush #C66685

Tints of Hopbush #C66685

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.56%

 BLUE value IS 133 (52.34% from 255) = 30.72%

R = 45.73%
G = 23.56%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C66685 (or 0xC66685) is known color: Hopbush. HEX triplet: C6, 66 and 85. RGB value is (198,102,133). Sum of RGB (Red+Green+Blue) = 198+102+133=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 102 (40.23% from 255 or 23.56% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 198 - color contains mainly: red. Hex color #C66685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66685 is #39997A. Grayscale: #868686. Windows color (decimal): -3774843 or 8742598. OLE color: 8742598.

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

Color convert

RGB 198 102 133 -
CMYK 0 0.48 0.33 0.22
HSL 340.63º 0.46% 0.59% -
HSV(B) 340.63º 0.48% 0.78% -
XYZ 32.27 23.2 24.97 -
YUV 134.24 127.3 173.48 -
System Red Green Blue C M Y K H S L
Decimal 198 102 133 0 0.48 0.33 0.22 340.63 0.46 0.59
Hex C6 66 85 0 30 21 16 155 2E 3B
Octal 306 146 205 0 60 41 26 525 56 73
Binary 11000110 1100110 10000101 0 110000 100001 10110 101010101 101110 111011

Color Harmonies of #C66685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66685

Black with #C66685

Text Example


Text Example

White with #C66685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66685; }

 p { color: rgb(198,102,133); }

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

background-color css

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

 a { background-color: rgb(198,102,133); }

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

border-color css

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

 span { border-color: rgb(198,102,133); }

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