Html Css Color HEX #C0698C Hopbush

📋 copy color: '#C0698C'

red 192 ◦ green 105 ◦ blue 140

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

Shades of Hopbush #C0698C

Tints of Hopbush #C0698C

RGB

 RED value IS 192 (75.39% from 255) = 43.94%

 GREEN value IS 105 (41.41% from 255) = 24.03%

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

R = 43.94%
G = 24.03%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C0698C (or 0xC0698C) is known color: Hopbush. HEX triplet: C0, 69 and 8C. RGB value is (192,105,140). Sum of RGB (Red+Green+Blue) = 192+105+140=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C0698C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0698C is #3F9673. Grayscale: #868686. Windows color (decimal): -4167284 or 9202112. OLE color: 9202112.

HSL color Cylindrical-coordinate representation of color #C0698C: hue angle of 335.86º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C0698C is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 105 140 -
CMYK 0 0.45 0.27 0.25
HSL 335.86º 0.41% 0.58% -
HSV(B) 335.86º 0.45% 0.75% -
XYZ 31.52 23.2 27.63 -
YUV 135 130.82 168.65 -
System Red Green Blue C M Y K H S L
Decimal 192 105 140 0 0.45 0.27 0.25 335.86 0.41 0.58
Hex C0 69 8C 0 2D 1B 19 150 29 3A
Octal 300 151 214 0 55 33 31 520 51 72
Binary 11000000 1101001 10001100 0 101101 11011 11001 101010000 101001 111010

Color Harmonies of #C0698C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0698C

Black with #C0698C

Text Example


Text Example

White with #C0698C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0698C; }

 p { color: rgb(192,105,140); }

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

background-color css

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

 a { background-color: rgb(192,105,140); }

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

border-color css

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

 span { border-color: rgb(192,105,140); }

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