Html Css Color HEX #C65D83 Hopbush

📋 copy color: '#C65D83'

red 198 ◦ green 93 ◦ blue 131

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

Shades of Hopbush #C65D83

Tints of Hopbush #C65D83

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.04%

 BLUE value IS 131 (51.56% from 255) = 31.04%

R = 46.92%
G = 22.04%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C65D83 (or 0xC65D83) is known color: Hopbush. HEX triplet: C6, 5D and 83. RGB value is (198,93,131). Sum of RGB (Red+Green+Blue) = 198+93+131=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 93 (36.72% from 255 or 22.04% from 422); Blue value is 131 (51.56% from 255 or 31.04% from 422); Max value from RGB is 198 - color contains mainly: red. Hex color #C65D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65D83 is #39A27C. Grayscale: #808080. Windows color (decimal): -3777149 or 8609222. OLE color: 8609222.

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

Color convert

RGB 198 93 131 -
CMYK 0 0.53 0.34 0.22
HSL 338.29º 0.48% 0.57% -
HSV(B) 338.29º 0.53% 0.78% -
XYZ 31.3 21.47 23.97 -
YUV 128.73 129.29 177.41 -
System Red Green Blue C M Y K H S L
Decimal 198 93 131 0 0.53 0.34 0.22 338.29 0.48 0.57
Hex C6 5D 83 0 35 22 16 152 30 39
Octal 306 135 203 0 65 42 26 522 60 71
Binary 11000110 1011101 10000011 0 110101 100010 10110 101010010 110000 111001

Color Harmonies of #C65D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65D83

Black with #C65D83

Text Example


Text Example

White with #C65D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65D83; }

 p { color: rgb(198,93,131); }

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

background-color css

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

 a { background-color: rgb(198,93,131); }

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

border-color css

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

 span { border-color: rgb(198,93,131); }

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