Html Css Color HEX #C7608A Hopbush

📋 copy color: '#C7608A'

red 199 ◦ green 96 ◦ blue 138

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

Shades of Hopbush #C7608A

Tints of Hopbush #C7608A

RGB

 RED value IS 199 (78.13% from 255) = 45.96%

 GREEN value IS 96 (37.89% from 255) = 22.17%

 BLUE value IS 138 (54.3% from 255) = 31.87%

R = 45.96%
G = 22.17%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C7608A (or 0xC7608A) is known color: Hopbush. HEX triplet: C7, 60 and 8A. RGB value is (199,96,138). Sum of RGB (Red+Green+Blue) = 199+96+138=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 138 (54.30% from 255 or 31.87% from 433); Max value from RGB is 199 - color contains mainly: red. Hex color #C7608A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7608A is #389F75. Grayscale: #838383. Windows color (decimal): -3710838 or 9068743. OLE color: 9068743.

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

Color convert

RGB 199 96 138 -
CMYK 0 0.52 0.31 0.22
HSL 335.53º 0.48% 0.58% -
HSV(B) 335.53º 0.52% 0.78% -
XYZ 32.32 22.34 26.65 -
YUV 131.59 131.62 176.08 -
System Red Green Blue C M Y K H S L
Decimal 199 96 138 0 0.52 0.31 0.22 335.53 0.48 0.58
Hex C7 60 8A 0 34 1F 16 150 30 3A
Octal 307 140 212 0 64 37 26 520 60 72
Binary 11000111 1100000 10001010 0 110100 11111 10110 101010000 110000 111010

Color Harmonies of #C7608A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7608A

Black with #C7608A

Text Example


Text Example

White with #C7608A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7608A; }

 p { color: rgb(199,96,138); }

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

background-color css

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

 a { background-color: rgb(199,96,138); }

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

border-color css

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

 span { border-color: rgb(199,96,138); }

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