Html Css Color HEX #C6698D Hopbush

📋 copy color: '#C6698D'

red 198 ◦ green 105 ◦ blue 141

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

Shades of Hopbush #C6698D

Tints of Hopbush #C6698D

RGB

 RED value IS 198 (77.73% from 255) = 44.59%

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

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

R = 44.59%
G = 23.65%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C6698D (or 0xC6698D) is known color: Hopbush. HEX triplet: C6, 69 and 8D. RGB value is (198,105,141). Sum of RGB (Red+Green+Blue) = 198+105+141=444 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.59% from 444); Green value is 105 (41.41% from 255 or 23.65% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 198 - color contains mainly: red. Hex color #C6698D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6698D is #399672. Grayscale: #888888. Windows color (decimal): -3774067 or 9267654. OLE color: 9267654.

HSL color Cylindrical-coordinate representation of color #C6698D: hue angle of 336.77º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C6698D is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 105 141 -
CMYK 0 0.47 0.29 0.22
HSL 336.77º 0.45% 0.59% -
HSV(B) 336.77º 0.47% 0.78% -
XYZ 33.15 24.03 28.09 -
YUV 136.91 130.31 171.57 -
System Red Green Blue C M Y K H S L
Decimal 198 105 141 0 0.47 0.29 0.22 336.77 0.45 0.59
Hex C6 69 8D 0 2F 1D 16 151 2D 3B
Octal 306 151 215 0 57 35 26 521 55 73
Binary 11000110 1101001 10001101 0 101111 11101 10110 101010001 101101 111011

Color Harmonies of #C6698D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6698D

Black with #C6698D

Text Example


Text Example

White with #C6698D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6698D; }

 p { color: rgb(198,105,141); }

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

background-color css

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

 a { background-color: rgb(198,105,141); }

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

border-color css

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

 span { border-color: rgb(198,105,141); }

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