Html Css Color HEX #C6698A Hopbush

📋 copy color: '#C6698A'

red 198 ◦ green 105 ◦ blue 138

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

Shades of Hopbush #C6698A

Tints of Hopbush #C6698A

RGB

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

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

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

R = 44.9%
G = 23.81%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C6698A (or 0xC6698A) is known color: Hopbush. HEX triplet: C6, 69 and 8A. RGB value is (198,105,138). Sum of RGB (Red+Green+Blue) = 198+105+138=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 105 (41.41% from 255 or 23.81% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 198 - color contains mainly: red. Hex color #C6698A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6698A is #399675. Grayscale: #888888. Windows color (decimal): -3774070 or 9071046. OLE color: 9071046.

HSL color Cylindrical-coordinate representation of color #C6698A: hue angle of 338.71º 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 #C6698A is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 105 138 -
CMYK 0 0.47 0.30 0.22
HSL 338.71º 0.45% 0.59% -
HSV(B) 338.71º 0.47% 0.78% -
XYZ 32.93 23.94 26.93 -
YUV 136.57 128.81 171.82 -
System Red Green Blue C M Y K H S L
Decimal 198 105 138 0 0.47 0.30 0.22 338.71 0.45 0.59
Hex C6 69 8A 0 2F 1E 16 153 2D 3B
Octal 306 151 212 0 57 36 26 523 55 73
Binary 11000110 1101001 10001010 0 101111 11110 10110 101010011 101101 111011

Color Harmonies of #C6698A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6698A

Black with #C6698A

Text Example


Text Example

White with #C6698A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6698A; }

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

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

background-color css

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

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

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

border-color css

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

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

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