Html Css Color HEX #C66385 Hopbush

📋 copy color: '#C66385'

red 198 ◦ green 99 ◦ blue 133

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

Shades of Hopbush #C66385

Tints of Hopbush #C66385

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.02%

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

R = 46.05%
G = 23.02%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C66385 (or 0xC66385) is known color: Hopbush. HEX triplet: C6, 63 and 85. RGB value is (198,99,133). Sum of RGB (Red+Green+Blue) = 198+99+133=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 99 (39.06% from 255 or 23.02% from 430); Blue value is 133 (52.34% from 255 or 30.93% from 430); Max value from RGB is 198 - color contains mainly: red. Hex color #C66385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66385 is #399C7A. Grayscale: #848484. Windows color (decimal): -3775611 or 8741830. OLE color: 8741830.

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

Color convert

RGB 198 99 133 -
CMYK 0 0.50 0.33 0.22
HSL 339.39º 0.46% 0.58% -
HSV(B) 339.39º 0.5% 0.78% -
XYZ 31.98 22.62 24.87 -
YUV 132.48 128.3 174.74 -
System Red Green Blue C M Y K H S L
Decimal 198 99 133 0 0.50 0.33 0.22 339.39 0.46 0.58
Hex C6 63 85 0 32 21 16 153 2E 3A
Octal 306 143 205 0 62 41 26 523 56 72
Binary 11000110 1100011 10000101 0 110010 100001 10110 101010011 101110 111010

Color Harmonies of #C66385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66385

Black with #C66385

Text Example


Text Example

White with #C66385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66385; }

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

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

background-color css

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

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

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

border-color css

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

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

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