Html Css Color HEX #C4708D Hopbush

📋 copy color: '#C4708D'

red 196 ◦ green 112 ◦ blue 141

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

Shades of Hopbush #C4708D

Tints of Hopbush #C4708D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.4%

R = 43.65%
G = 24.94%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C4708D (or 0xC4708D) is known color: Hopbush. HEX triplet: C4, 70 and 8D. RGB value is (196,112,141). Sum of RGB (Red+Green+Blue) = 196+112+141=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 112 (44.14% from 255 or 24.94% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 196 - color contains mainly: red. Hex color #C4708D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4708D is #3B8F72. Grayscale: #8C8C8C. Windows color (decimal): -3903347 or 9269444. OLE color: 9269444.

HSL color Cylindrical-coordinate representation of color #C4708D: hue angle of 339.29º 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 #C4708D is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 112 141 -
CMYK 0 0.43 0.28 0.23
HSL 339.29º 0.42% 0.6% -
HSV(B) 339.29º 0.43% 0.77% -
XYZ 33.37 25.25 28.31 -
YUV 140.42 128.33 167.64 -
System Red Green Blue C M Y K H S L
Decimal 196 112 141 0 0.43 0.28 0.23 339.29 0.42 0.6
Hex C4 70 8D 0 2B 1C 17 153 2A 3C
Octal 304 160 215 0 53 34 27 523 52 74
Binary 11000100 1110000 10001101 0 101011 11100 10111 101010011 101010 111100

Color Harmonies of #C4708D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4708D

Black with #C4708D

Text Example


Text Example

White with #C4708D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4708D; }

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

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

background-color css

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

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

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

border-color css

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

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

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