Html Css Color HEX #C6698C Hopbush

📋 copy color: '#C6698C'

red 198 ◦ green 105 ◦ blue 140

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

Shades of Hopbush #C6698C

Tints of Hopbush #C6698C

RGB

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

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

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

R = 44.7%
G = 23.7%
B = 31.6%

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

#C6698C (or 0xC6698C) is known color: Hopbush. HEX triplet: C6, 69 and 8C. RGB value is (198,105,140). Sum of RGB (Red+Green+Blue) = 198+105+140=443 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.70% from 443); Green value is 105 (41.41% from 255 or 23.70% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 198 - color contains mainly: red. Hex color #C6698C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6698C is #399673. Grayscale: #888888. Windows color (decimal): -3774068 or 9202118. OLE color: 9202118.

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

Color convert

RGB 198 105 140 -
CMYK 0 0.47 0.29 0.22
HSL 337.42º 0.45% 0.59% -
HSV(B) 337.42º 0.47% 0.78% -
XYZ 33.07 24 27.7 -
YUV 136.8 129.81 171.65 -
System Red Green Blue C M Y K H S L
Decimal 198 105 140 0 0.47 0.29 0.22 337.42 0.45 0.59
Hex C6 69 8C 0 2F 1D 16 151 2D 3B
Octal 306 151 214 0 57 35 26 521 55 73
Binary 11000110 1101001 10001100 0 101111 11101 10110 101010001 101101 111011

Color Harmonies of #C6698C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6698C

Black with #C6698C

Text Example


Text Example

White with #C6698C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6698C; }

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

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

background-color css

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

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

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

border-color css

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

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

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