Html Css Color HEX #C672AF Hopbush

📋 copy color: '#C672AF'

red 198 ◦ green 114 ◦ blue 175

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

Shades of Hopbush #C672AF

Tints of Hopbush #C672AF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.41%

 BLUE value IS 175 (68.75% from 255) = 35.93%

R = 40.66%
G = 23.41%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C672AF (or 0xC672AF) is known color: Hopbush. HEX triplet: C6, 72 and AF. RGB value is (198,114,175). Sum of RGB (Red+Green+Blue) = 198+114+175=487 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.66% from 487); Green value is 114 (44.92% from 255 or 23.41% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 198 - color contains mainly: red. Hex color #C672AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C672AF is #398D50. Grayscale: #919191. Windows color (decimal): -3771729 or 11498182. OLE color: 11498182.

HSL color Cylindrical-coordinate representation of color #C672AF: hue angle of 316.43º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C672AF is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 114 175 -
CMYK 0 0.42 0.12 0.22
HSL 316.43º 0.42% 0.61% -
HSV(B) 316.43º 0.42% 0.78% -
XYZ 37.04 27.14 43.84 -
YUV 146.07 144.33 165.04 -
System Red Green Blue C M Y K H S L
Decimal 198 114 175 0 0.42 0.12 0.22 316.43 0.42 0.61
Hex C6 72 AF 0 2A C 16 13C 2A 3D
Octal 306 162 257 0 52 14 26 474 52 75
Binary 11000110 1110010 10101111 0 101010 1100 10110 100111100 101010 111101

Color Harmonies of #C672AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C672AF

Black with #C672AF

Text Example


Text Example

White with #C672AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C672AF; }

 p { color: rgb(198,114,175); }

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

background-color css

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

 a { background-color: rgb(198,114,175); }

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

border-color css

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

 span { border-color: rgb(198,114,175); }

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