Html Css Color HEX #C4708F Hopbush

📋 copy color: '#C4708F'

red 196 ◦ green 112 ◦ blue 143

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

Shades of Hopbush #C4708F

Tints of Hopbush #C4708F

RGB

 RED value IS 196 (76.95% from 255) = 43.46%

 GREEN value IS 112 (44.14% from 255) = 24.83%

 BLUE value IS 143 (56.25% from 255) = 31.71%

R = 43.46%
G = 24.83%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C4708F (or 0xC4708F) is known color: Hopbush. HEX triplet: C4, 70 and 8F. RGB value is (196,112,143). Sum of RGB (Red+Green+Blue) = 196+112+143=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 112 (44.14% from 255 or 24.83% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 196 - color contains mainly: red. Hex color #C4708F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4708F is #3B8F70. Grayscale: #8C8C8C. Windows color (decimal): -3903345 or 9400516. OLE color: 9400516.

HSL color Cylindrical-coordinate representation of color #C4708F: hue angle of 337.86º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C4708F is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 112 143 -
CMYK 0 0.43 0.27 0.23
HSL 337.86º 0.42% 0.6% -
HSV(B) 337.86º 0.43% 0.77% -
XYZ 33.52 25.31 29.1 -
YUV 140.65 129.33 167.48 -
System Red Green Blue C M Y K H S L
Decimal 196 112 143 0 0.43 0.27 0.23 337.86 0.42 0.6
Hex C4 70 8F 0 2B 1B 17 152 2A 3C
Octal 304 160 217 0 53 33 27 522 52 74
Binary 11000100 1110000 10001111 0 101011 11011 10111 101010010 101010 111100

Color Harmonies of #C4708F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4708F

Black with #C4708F

Text Example


Text Example

White with #C4708F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4708F; }

 p { color: rgb(196,112,143); }

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

background-color css

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

 a { background-color: rgb(196,112,143); }

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

border-color css

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

 span { border-color: rgb(196,112,143); }

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