Html Css Color HEX #C4708C Hopbush

📋 copy color: '#C4708C'

red 196 ◦ green 112 ◦ blue 140

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

Shades of Hopbush #C4708C

Tints of Hopbush #C4708C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.25%

R = 43.75%
G = 25%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C4708C (or 0xC4708C) is known color: Hopbush. HEX triplet: C4, 70 and 8C. RGB value is (196,112,140). Sum of RGB (Red+Green+Blue) = 196+112+140=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 112 (44.14% from 255 or 25% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 196 - color contains mainly: red. Hex color #C4708C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4708C is #3B8F73. Grayscale: #8C8C8C. Windows color (decimal): -3903348 or 9203908. OLE color: 9203908.

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

Color convert

RGB 196 112 140 -
CMYK 0 0.43 0.29 0.23
HSL 340º 0.42% 0.6% -
HSV(B) 340º 0.43% 0.77% -
XYZ 33.29 25.22 27.92 -
YUV 140.31 127.83 167.72 -
System Red Green Blue C M Y K H S L
Decimal 196 112 140 0 0.43 0.29 0.23 340 0.42 0.6
Hex C4 70 8C 0 2B 1D 17 154 2A 3C
Octal 304 160 214 0 53 35 27 524 52 74
Binary 11000100 1110000 10001100 0 101011 11101 10111 101010100 101010 111100

Color Harmonies of #C4708C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4708C

Black with #C4708C

Text Example


Text Example

White with #C4708C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4708C; }

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

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

background-color css

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

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

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

border-color css

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

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

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