Html Css Color HEX #C65F90 Hopbush

📋 copy color: '#C65F90'

red 198 ◦ green 95 ◦ blue 144

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

Shades of Hopbush #C65F90

Tints of Hopbush #C65F90

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.74%

 BLUE value IS 144 (56.64% from 255) = 32.95%

R = 45.31%
G = 21.74%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C65F90 (or 0xC65F90) is known color: Hopbush. HEX triplet: C6, 5F and 90. RGB value is (198,95,144). Sum of RGB (Red+Green+Blue) = 198+95+144=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 95 (37.5% from 255 or 21.74% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 198 - color contains mainly: red. Hex color #C65F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65F90 is #39A06F. Grayscale: #838383. Windows color (decimal): -3776624 or 9461702. OLE color: 9461702.

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

Color convert

RGB 198 95 144 -
CMYK 0 0.52 0.27 0.22
HSL 331.46º 0.47% 0.57% -
HSV(B) 331.46º 0.52% 0.78% -
XYZ 32.41 22.2 28.96 -
YUV 131.38 135.12 175.52 -
System Red Green Blue C M Y K H S L
Decimal 198 95 144 0 0.52 0.27 0.22 331.46 0.47 0.57
Hex C6 5F 90 0 34 1B 16 14B 2F 39
Octal 306 137 220 0 64 33 26 513 57 71
Binary 11000110 1011111 10010000 0 110100 11011 10110 101001011 101111 111001

Color Harmonies of #C65F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65F90

Black with #C65F90

Text Example


Text Example

White with #C65F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65F90; }

 p { color: rgb(198,95,144); }

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

background-color css

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

 a { background-color: rgb(198,95,144); }

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

border-color css

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

 span { border-color: rgb(198,95,144); }

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